diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-08-26 06:30:11 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-08-26 06:30:11 +0200 |
commit | a63c7340a632c634733271332a43aac82bc73799 (patch) | |
tree | 6ee5760f8a61ed40b657701a523cd69996a64688 /gui/mainwindow.h | |
parent | 392c58c4b0db7ac5a826a16557712dc005f3705e (diff) | |
download | MultiMC-a63c7340a632c634733271332a43aac82bc73799.tar MultiMC-a63c7340a632c634733271332a43aac82bc73799.tar.gz MultiMC-a63c7340a632c634733271332a43aac82bc73799.tar.lz MultiMC-a63c7340a632c634733271332a43aac82bc73799.tar.xz MultiMC-a63c7340a632c634733271332a43aac82bc73799.zip |
Nuke the old instance model, LONG LIVE THE NEW ONE
Diffstat (limited to 'gui/mainwindow.h')
-rw-r--r-- | gui/mainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/mainwindow.h b/gui/mainwindow.h index 6456346d..42f118b1 100644 --- a/gui/mainwindow.h +++ b/gui/mainwindow.h @@ -24,7 +24,6 @@ class LabeledToolButton; class QLabel; -class InstanceModel; class InstanceProxyModel; class KCategorizedView; class KCategoryDrawer; @@ -119,6 +118,8 @@ public slots: void instanceChanged (const QModelIndex & current,const QModelIndex & previous); + void selectionBad(); + void startTask(Task *task); void launchInstance(BaseInstance *inst, LoginResponse response); @@ -130,7 +131,6 @@ private: Ui::MainWindow *ui; KCategoryDrawer * drawer; KCategorizedView * view; - InstanceModel * model; InstanceProxyModel * proxymodel; InstanceList instList; MinecraftProcess *proc; |