diff options
Diffstat (limited to 'gui/mainwindow.h')
-rw-r--r-- | gui/mainwindow.h | 3 |
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; |