summaryrefslogtreecommitdiffstats
path: root/gui/mainwindow.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2013-03-19 06:24:34 +0100
committerPetr Mrázek <peterix@gmail.com>2013-03-19 06:24:34 +0100
commit7d7e4034f48b578c87a4651075c2b73dc236181b (patch)
treea0e58c46bb5f18726ea6e5c9039eceaeea001f0d /gui/mainwindow.h
parentd67d58e662159d53ee5fde37a6f60903f6350731 (diff)
downloadMultiMC-7d7e4034f48b578c87a4651075c2b73dc236181b.tar
MultiMC-7d7e4034f48b578c87a4651075c2b73dc236181b.tar.gz
MultiMC-7d7e4034f48b578c87a4651075c2b73dc236181b.tar.lz
MultiMC-7d7e4034f48b578c87a4651075c2b73dc236181b.tar.xz
MultiMC-7d7e4034f48b578c87a4651075c2b73dc236181b.zip
Property change propagation, changing instance groups, icon preview
Diffstat (limited to 'gui/mainwindow.h')
-rw-r--r--gui/mainwindow.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/gui/mainwindow.h b/gui/mainwindow.h
index c2dedf74..5d990639 100644
--- a/gui/mainwindow.h
+++ b/gui/mainwindow.h
@@ -44,14 +44,19 @@ public:
// Browser Dialog
void openWebPage(QUrl url);
+
+private:
+ Instance *selectedInstance();
private slots:
void on_actionAbout_triggered();
void on_actionAddInstance_triggered();
- void on_actionViewInstanceFolder_triggered();
+ void on_actionChangeInstGroup_triggered();
+ void on_actionViewInstanceFolder_triggered();
+
void on_actionRefresh_triggered();
void on_actionViewCentralModsFolder_triggered();