diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-01-17 16:53:05 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-01-17 16:53:05 +0100 |
commit | 2c057ea1a622f9d5ce0cf654ffc9b67a46d428af (patch) | |
tree | 257d66ac28a969e7e4a6df1b6b7323130d320d55 /src/webwindow/findbar.h | |
parent | Coverity report fixes (diff) | |
download | rekonq-2c057ea1a622f9d5ce0cf654ffc9b67a46d428af.tar.xz |
No more auto-hide findbar
BUG: 310788
CCBUG: 313397
Diffstat (limited to 'src/webwindow/findbar.h')
-rw-r--r-- | src/webwindow/findbar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webwindow/findbar.h b/src/webwindow/findbar.h index ecf97d3c..80b7b955 100644 --- a/src/webwindow/findbar.h +++ b/src/webwindow/findbar.h @@ -70,7 +70,6 @@ Q_SIGNALS: private: KLineEdit *m_lineEdit; - QTimer *m_hideTimer; QCheckBox *m_matchCase; QCheckBox *m_highlightAll; |