LF: support read(), sniff(), search() and tune()

This commit is contained in:
wh201906
2021-02-22 13:55:45 +08:00
parent c3aafc3d31
commit ae9e4d1a4f
7 changed files with 542 additions and 75 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ public:
QString execCMDWithOutput(const QString& cmd, ReturnTrigger trigger = 10000);
void delay(unsigned int msec);
static ClientType getClientType();
static const int rawTabIndex = 1;
static const int rawTabIndex = 2;
static bool chooseLanguage(QSettings *guiSettings, QMainWindow *window);
public slots:
void processOutput(const QString& output);