NOISSUE add skeleton of the setup wizard

Very wizardly. Also very empty and opening on every start for now.
This commit is contained in:
Petr Mrázek
2016-12-01 02:17:27 +01:00
parent 374710a87b
commit 476d641841
6 changed files with 338 additions and 0 deletions

View File

@ -14,6 +14,7 @@ class LaunchController;
class LocalPeer;
class InstanceWindow;
class MainWindow;
class SetupWizard;
class FolderInstanceProvider;
class GenericPageProvider;
class QFile;
@ -225,6 +226,7 @@ private:
LocalPeer * m_peerInstance = nullptr;
GAnalytics * m_analytics = nullptr;
SetupWizard * m_setupWizard = nullptr;
public:
QString m_instanceIdToLaunch;
bool m_liveCheck = false;