diff options
author | Yoann Laissus <yoannlaissus@gmail.com> | 2011-02-08 17:17:07 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-02-08 17:17:07 +0100 |
commit | cb73caa1ec9092fb10a4be8e4511e76e2251a5b2 (patch) | |
tree | 5049bd01004564a34cb4bc9c11fb736b8bf29043 /src/mainwindow.h | |
parent | Improve SSL managements, following the changes in kwebkitpart (diff) | |
download | rekonq-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.h | 2 |
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: |