From a63c7340a632c634733271332a43aac82bc73799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 26 Aug 2013 06:30:11 +0200 Subject: Nuke the old instance model, LONG LIVE THE NEW ONE --- gui/mainwindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/mainwindow.h') 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; -- cgit v1.2.3