From cb73caa1ec9092fb10a4be8e4511e76e2251a5b2 Mon Sep 17 00:00:00 2001 From: Yoann Laissus Date: Tue, 8 Feb 2011 17:17:07 +0100 Subject: Hide bars on ESC key pressed: zoombar first, findbar second. Reviewed by adjam BUG:264929 --- src/mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.h') 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: -- cgit v1.2.1