summaryrefslogtreecommitdiffstats
path: root/application/MultiMC.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2016-12-01 02:17:27 +0100
committerPetr Mrázek <peterix@gmail.com>2016-12-28 21:39:09 +0100
commit476d64184145e6b745b9b56fe2ea6f5f65f91dae (patch)
tree4a59a191e58f960181ce3520b38d04604f600f2a /application/MultiMC.h
parent374710a87ba421c1ab982c616aa09545a95b6800 (diff)
downloadMultiMC-476d64184145e6b745b9b56fe2ea6f5f65f91dae.tar
MultiMC-476d64184145e6b745b9b56fe2ea6f5f65f91dae.tar.gz
MultiMC-476d64184145e6b745b9b56fe2ea6f5f65f91dae.tar.lz
MultiMC-476d64184145e6b745b9b56fe2ea6f5f65f91dae.tar.xz
MultiMC-476d64184145e6b745b9b56fe2ea6f5f65f91dae.zip
NOISSUE add skeleton of the setup wizard
Very wizardly. Also very empty and opening on every start for now.
Diffstat (limited to 'application/MultiMC.h')
-rw-r--r--application/MultiMC.h2
1 files changed, 2 insertions, 0 deletions
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;