summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorYoann Laissus <yoannlaissus@gmail.com>2011-02-08 17:17:07 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-02-08 17:17:07 +0100
commitcb73caa1ec9092fb10a4be8e4511e76e2251a5b2 (patch)
tree5049bd01004564a34cb4bc9c11fb736b8bf29043 /src/mainwindow.h
parentImprove SSL managements, following the changes in kwebkitpart (diff)
downloadrekonq-cb73caa1ec9092fb10a4be8e4511e76e2251a5b2.tar.xz
Hide bars on ESC key pressed:
zoombar first, findbar second. Reviewed by adjam BUG:264929
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 565843f2..00bd40a5 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -129,7 +129,7 @@ protected:
* Filters out ESC key to show/hide the search bar
*/
void keyPressEvent(QKeyEvent *event);
-
+ bool event(QEvent *event);
bool queryClose();
private Q_SLOTS: