Browse Source

update

master
zhaohe 2 years ago
parent
commit
bfd17ec3fe
  1. 3
      .vscode/settings.json
  2. 2
      mainwindow.cpp
  3. 1
      src/main.cpp

3
.vscode/settings.json

@ -81,5 +81,6 @@
"qcoreapplication": "cpp",
"qcategoryaxis": "cpp",
"qaction": "cpp"
}
},
"files.autoGuessEncoding": true,
}

2
mainwindow.cpp

@ -80,8 +80,6 @@ void MainWindow::construct_reg_table() { //
//
MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow) {
ui->setupUi(this);
// 构造传感器列表
construct_reg_table();
}

1
src/main.cpp

@ -22,7 +22,6 @@
#include "mainwindow.h"
#define TAG "Main"
using namespace std;
QT_CHARTS_USE_NAMESPACE
int main(int argc, char *argv[]) {

Loading…
Cancel
Save