summaryrefslogtreecommitdiffstats
path: root/gui/mainwindow.h
diff options
context:
space:
mode:
authorStiepen22 <stiepen22@gmx.de>2013-09-06 23:52:17 +0200
committerStiepen22 <stiepen22@gmx.de>2013-09-06 23:52:17 +0200
commit3fd2d025a1aa0bbc72ac69a34828ef5942255143 (patch)
tree4bc8470aa985f1687d77638e3cab982fa73224b2 /gui/mainwindow.h
parent0990a1103c7eafd099e3ef9650f542eb34a6a818 (diff)
downloadMultiMC-3fd2d025a1aa0bbc72ac69a34828ef5942255143.tar
MultiMC-3fd2d025a1aa0bbc72ac69a34828ef5942255143.tar.gz
MultiMC-3fd2d025a1aa0bbc72ac69a34828ef5942255143.tar.lz
MultiMC-3fd2d025a1aa0bbc72ac69a34828ef5942255143.tar.xz
MultiMC-3fd2d025a1aa0bbc72ac69a34828ef5942255143.zip
Made main window hide on instace exit
Diffstat (limited to 'gui/mainwindow.h')
-rw-r--r--gui/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/mainwindow.h b/gui/mainwindow.h
index 42f118b1..e8a6cbcf 100644
--- a/gui/mainwindow.h
+++ b/gui/mainwindow.h
@@ -111,6 +111,8 @@ private slots:
void on_actionChangeInstLWJGLVersion_triggered();
+ void instanceEnded();
+
void on_actionInstanceSettings_triggered();
public slots:
@@ -128,6 +130,7 @@ protected:
bool eventFilter(QObject *obj, QEvent *ev);
void setCatBackground(bool enabled);
private:
+
Ui::MainWindow *ui;
KCategoryDrawer * drawer;
KCategorizedView * view;