This commit is contained in:
Petr Mrázek
2014-02-04 01:40:51 +01:00
parent b82eb5873e
commit 7839c4ecc0
21 changed files with 41 additions and 514 deletions

View File

@ -27,9 +27,6 @@
class QToolButton;
class LabeledToolButton;
class QLabel;
class InstanceProxyModel;
class KCategorizedView;
class KCategoryDrawer;
class MinecraftProcess;
class ConsoleWindow;
@ -185,8 +182,7 @@ protected:
private:
Ui::MainWindow *ui;
KCategoryDrawer *drawer;
KCategorizedView *view;
class GroupView *view;
InstanceProxyModel *proxymodel;
MinecraftProcess *proc;
ConsoleWindow *console;