UI: wait screen for setup wizard

Refs #73052

Change-Id: Ib53a79cbd4104b21aeaad570f89c57979ecb243d
diff --git a/wizarddialog.h b/wizarddialog.h
index 1a03e27..b3445e6 100644
--- a/wizarddialog.h
+++ b/wizarddialog.h
@@ -22,6 +22,8 @@
 #include <QDialog>
 #include <QtConcurrent/QtConcurrent>
 
+#include "account.h"
+
 namespace Ui {
 class WizardDialog;
 }
@@ -38,13 +40,14 @@
     void on_usernameEdit_textChanged(const QString &arg1);
     void accept();
 
-    void endSetup();
-
 private:
     Ui::WizardDialog *ui;
 
 private:
     void setup();
+
+private slots:
+    void endSetup(Account* a);
 };
 
 #endif // WIZARDDIALOG_H