From 476d64184145e6b745b9b56fe2ea6f5f65f91dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Thu, 1 Dec 2016 02:17:27 +0100 Subject: NOISSUE add skeleton of the setup wizard Very wizardly. Also very empty and opening on every start for now. --- application/MultiMC.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'application/MultiMC.h') diff --git a/application/MultiMC.h b/application/MultiMC.h index 9c9d0c8a..f166a30a 100644 --- a/application/MultiMC.h +++ b/application/MultiMC.h @@ -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; -- cgit v1.2.3