summaryrefslogtreecommitdiffstats
path: root/gui/mainwindow.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2013-08-12 00:39:19 +0200
committerPetr Mrázek <peterix@gmail.com>2013-08-12 00:39:19 +0200
commitff33d4a1a48abf1442cde77c2253f071d0870d50 (patch)
tree7846f144b2ee2e24574745847c0f921677021d73 /gui/mainwindow.h
parent7e78a422e8bb22572706b7fadb58fc45e7b8a7db (diff)
downloadMultiMC-ff33d4a1a48abf1442cde77c2253f071d0870d50.tar
MultiMC-ff33d4a1a48abf1442cde77c2253f071d0870d50.tar.gz
MultiMC-ff33d4a1a48abf1442cde77c2253f071d0870d50.tar.lz
MultiMC-ff33d4a1a48abf1442cde77c2253f071d0870d50.tar.xz
MultiMC-ff33d4a1a48abf1442cde77c2253f071d0870d50.zip
OneSix instances now have a minecraft folder inside.
Also, the main instance view was expanded with helpful key events: F2 for rename, F5 for refresh, Enter for start instance, Delete for...
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 efcbc80c..62115e1d 100644
--- a/gui/mainwindow.h
+++ b/gui/mainwindow.h
@@ -122,6 +122,9 @@ public slots:
void launchInstance(BaseInstance *inst, LoginResponse response);
+protected:
+ bool eventFilter(QObject *obj, QEvent *ev);
+
private:
Ui::MainWindow *ui;
KCategoryDrawer * drawer;