diff options
author | Stiepen <stiepen22@gmx.de> | 2013-07-14 22:01:30 +0200 |
---|---|---|
committer | Stiepen <stiepen22@gmx.de> | 2013-07-14 22:01:30 +0200 |
commit | b5450042b5f9ddaad7585f644591b7d009aeb5cb (patch) | |
tree | af5adabe56071ca901acffcdd9feabd2135f7ec6 /gui/mainwindow.h | |
parent | ce253ded0e0d2ae90a971c2e074d561f5e7baeb2 (diff) | |
download | PrismLauncher-b5450042b5f9ddaad7585f644591b7d009aeb5cb.tar.gz PrismLauncher-b5450042b5f9ddaad7585f644591b7d009aeb5cb.tar.bz2 PrismLauncher-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.h | 4 |
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); |