From 39225590f65749fe628ba6b91482f0eb6124dcb6 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 16 Mar 2011 19:46:55 +0100 Subject: Delete url popup on resize/move --- src/mainwindow.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 6c2c12be..9853ca39 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -135,6 +135,8 @@ protected: * Filters out ESC key to show/hide the search bar */ void keyPressEvent(QKeyEvent *event); + void moveEvent(QMoveEvent *event); + void resizeEvent(QResizeEvent *event); bool event(QEvent *event); bool queryClose(); @@ -206,7 +208,7 @@ private: QString m_lastSearch; KPassivePopup *m_popup; - QTimer *m_hidePopup; + QTimer *m_hidePopupTimer; KMenu *m_toolsMenu; KActionMenu *m_developerMenu; -- cgit v1.2.1