diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-29 11:30:09 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-29 11:30:09 +0100 |
commit | 8e37eb2a7f3f8f055b8918a518675e52548e790b (patch) | |
tree | 789b03468b357fb0ec29b3b44b4e9ed9a8ba92b0 /src/mainwindow.h | |
parent | Fixing hide/show tab bar and flickering new tabs. (diff) | |
parent | a small delay before hide popup (diff) | |
download | rekonq-8e37eb2a7f3f8f055b8918a518675e52548e790b.tar.xz |
Merge commit 'refs/merge-requests/1946' of git://gitorious.org/rekonq/mainline into mr1946
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 64e2067c..50c3e7dc 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -168,6 +168,7 @@ private: QString m_lastSearch; KPassivePopup *m_popup; + QTimer *m_hidePopup; KActionCollection *m_ac; |