fixed compile issues

This commit is contained in:
itsmattkc
2018-12-13 14:57:56 +11:00
parent 3eef432fb5
commit b3fb7d37af
7 changed files with 26 additions and 21 deletions
+2
View File
@@ -34,6 +34,8 @@ LoadDialog::LoadDialog(QWidget *parent, bool autorecovery) : QDialog(parent) {
layout->addLayout(hboxLayout);
update();
LoadThread* lt = new LoadThread(this, autorecovery);
QObject::connect(lt, SIGNAL(success()), this, SLOT(thread_done()));
lt->start();