This commit is contained in:
yangjiaxuan 2023-04-25 14:53:45 +08:00
parent 41ddaeae3d
commit d7741330f3
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ Dialog_progress_ui::Dialog_progress_ui(std::function<void (ui_result)> callback,
m_param = this; m_param = this;
connect(this, SIGNAL(scan_finish(QString)), this, SLOT(on_scan_finish(QString)), Qt::QueuedConnection); connect(this, SIGNAL(scan_finish(QString)), this, SLOT(on_scan_finish(QString)), Qt::QueuedConnection);
connect(this, SIGNAL(refreshPushbutton(bool)), this, SLOT(on_refreshPushbutton(bool)), Qt::QueuedConnection);
} }
Dialog_progress_ui::~Dialog_progress_ui() Dialog_progress_ui::~Dialog_progress_ui()