From ff33d4a1a48abf1442cde77c2253f071d0870d50 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Mon, 12 Aug 2013 00:39:19 +0200 Subject: 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... --- gui/mainwindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gui/mainwindow.h') 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; -- cgit