新增websocket调试助手集成在nettool中

This commit is contained in:
feiyangqingyun
2021-01-24 16:05:06 +08:00
parent 4b5b38c8eb
commit 18e8325bcf
46 changed files with 1941 additions and 419 deletions

View File

@@ -36,7 +36,6 @@ public:
//读写配置参数及其他操作
static void readConfig(); //读取配置参数
static void writeConfig(); //写入配置参数
static void newConfig(); //以初始值新建配置文件
static bool checkConfig(); //校验配置文件
static QStringList Intervals;
@@ -45,7 +44,6 @@ public:
static QStringList Values;
static void readSendData();
static void readDeviceData();
};
#endif // APP_H