2
0
forked from Ivasoft/DSView

Improve performance of protocol decoder

This commit is contained in:
DreamSourceLab
2016-05-24 10:04:07 +08:00
parent 9bc3bf7e6e
commit 8a26138443
16 changed files with 166 additions and 85 deletions

View File

@@ -35,6 +35,7 @@
#include <QFile>
#include <QDir>
#include "dsapplication.h"
#include "pv/devicemanager.h"
#include "pv/mainwindow.h"
@@ -59,7 +60,7 @@ int main(int argc, char *argv[])
struct sr_context *sr_ctx = NULL;
const char *open_file = NULL;
QApplication a(argc, argv);
DSApplication a(argc, argv);
// Language
#ifdef LANGUAGE_ZH_CN