微调崩溃问题

This commit is contained in:
yangjiaxuan 2024-07-11 10:50:54 +08:00
parent c8c5afb1e7
commit 2260b69dea
1 changed files with 1 additions and 1 deletions

View File

@ -17,8 +17,8 @@ MainWindow::MainWindow(QWidget *parent)
{
ui->setupUi(this);
initDeviceInfo();
initTableWidgetUi();
initDeviceInfo();
}
MainWindow::~MainWindow()