summaryrefslogtreecommitdiff
path: root/src/webwindow/findbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-01-17 16:53:05 +0100
committerAndrea Diamantini <adjam7@gmail.com>2013-01-17 16:53:05 +0100
commit2c057ea1a622f9d5ce0cf654ffc9b67a46d428af (patch)
tree257d66ac28a969e7e4a6df1b6b7323130d320d55 /src/webwindow/findbar.h
parentCoverity report fixes (diff)
downloadrekonq-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.h1
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;