From 6db7ee5a7d007a17511c53d87d02e257165bf591 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 23 Jul 2009 00:31:39 +0200 Subject: Fixing findbar focus on find request. Also hiding it with ESC key when it has no focus. Courtesy patch from Johannes Zellner. Many Thanks! --- src/mainwindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index f49a0615..0ca13429 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -91,6 +91,7 @@ public slots: protected: bool queryClose(); + void keyPressEvent(QKeyEvent *event); private slots: void postLaunch(); -- cgit v1.2.1