summaryrefslogtreecommitdiffstats
path: root/gui/mainwindow.h
diff options
context:
space:
mode:
authorStiepen <stiepen22@gmx.de>2013-07-14 22:01:30 +0200
committerStiepen <stiepen22@gmx.de>2013-07-14 22:01:30 +0200
commitb5450042b5f9ddaad7585f644591b7d009aeb5cb (patch)
treeaf5adabe56071ca901acffcdd9feabd2135f7ec6 /gui/mainwindow.h
parentce253ded0e0d2ae90a971c2e074d561f5e7baeb2 (diff)
downloadMultiMC-b5450042b5f9ddaad7585f644591b7d009aeb5cb.tar
MultiMC-b5450042b5f9ddaad7585f644591b7d009aeb5cb.tar.gz
MultiMC-b5450042b5f9ddaad7585f644591b7d009aeb5cb.tar.lz
MultiMC-b5450042b5f9ddaad7585f644591b7d009aeb5cb.tar.xz
MultiMC-b5450042b5f9ddaad7585f644591b7d009aeb5cb.zip
Broke instance loading(?), also attempted to make Toolbar grayed out when no instance is selected. For debug purposes it is initially not grayed out
Diffstat (limited to 'gui/mainwindow.h')
-rw-r--r--gui/mainwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/mainwindow.h b/gui/mainwindow.h
index f13d9395..a10d570c 100644
--- a/gui/mainwindow.h
+++ b/gui/mainwindow.h
@@ -108,8 +108,12 @@ private slots:
void on_actionChangeInstLWJGLVersion_triggered();
+ void on_actionInstanceSettings_triggered();
+
public slots:
void instanceActivated ( QModelIndex );
+
+ void instanceChanged ( QModelIndex );
void startTask(Task *task);