diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-02-01 11:44:47 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-04-12 20:57:16 +0200 |
commit | aa70ed2244700dbcc93c1fadb22edc1c1caede37 (patch) | |
tree | 79fc6703e984edc4d631be8c6f40c71400f88aba /gui/MainWindow.h | |
parent | 154d19bb74f4c5fc1519aa40cd9dfd20244273a1 (diff) | |
download | PrismLauncher-aa70ed2244700dbcc93c1fadb22edc1c1caede37.tar.gz PrismLauncher-aa70ed2244700dbcc93c1fadb22edc1c1caede37.tar.bz2 PrismLauncher-aa70ed2244700dbcc93c1fadb22edc1c1caede37.zip |
SCRATCH move icons over to Env, instance proxy model to gui
Diffstat (limited to 'gui/MainWindow.h')
-rw-r--r-- | gui/MainWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/MainWindow.h b/gui/MainWindow.h index 875c2f86..cccd9f9c 100644 --- a/gui/MainWindow.h +++ b/gui/MainWindow.h @@ -19,7 +19,6 @@ #include <QProcess> #include <QTimer> -#include "logic/InstanceList.h" #include "logic/BaseInstance.h" #include "logic/auth/MojangAccount.h" #include "logic/net/NetJob.h" @@ -27,6 +26,7 @@ class NewsChecker; class NotificationChecker; class QToolButton; +class InstanceProxyModel; class LabeledToolButton; class QLabel; class MinecraftProcess; |