更新代码

This commit is contained in:
feiyangqingyun
2021-06-08 19:03:04 +08:00
parent 6053897407
commit ce49d0d719
21 changed files with 21 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
#include "appconfig.h"
#include "quiwidget.h"
#include "quihelper.h"
QString AppConfig::ConfigFile = "config.ini";
QString AppConfig::SendFileName = "send.txt";

View File

@@ -1,6 +1,6 @@
#include "frmcomtool.h"
#include "ui_frmcomtool.h"
#include "quiwidget.h"
#include "quihelper.h"
frmComTool::frmComTool(QWidget *parent) : QWidget(parent), ui(new Ui::frmComTool)
{

View File

@@ -1,5 +1,5 @@
#include "frmcomtool.h"
#include "quiwidget.h"
#include "quihelper.h"
int main(int argc, char *argv[])
{