diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-06 01:49:54 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-06 01:49:54 +0100 |
commit | 2c11a95da6772a63d85905d4712a1a2d016a9e1e (patch) | |
tree | 919ec8f24580bc6ab56902b9bc92ac3e3dc31d14 /src/findbar.h | |
parent | QPointers --> QWeakPointers (diff) | |
download | rekonq-2c11a95da6772a63d85905d4712a1a2d016a9e1e.tar.xz |
FIx focus on browsing (FIRST STEP) and on findbar hiding
Diffstat (limited to 'src/findbar.h')
-rw-r--r-- | src/findbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/findbar.h b/src/findbar.h index fa369f66..5a41c0bc 100644 --- a/src/findbar.h +++ b/src/findbar.h @@ -56,6 +56,7 @@ public: public slots: void clear(); void show(); + void hide(); void notifyMatch(bool match); protected Q_SLOTS: @@ -68,7 +69,6 @@ private: KLineEdit *m_lineEdit; QCheckBox *m_matchCase; QTimer *m_hideTimer; - }; #endif |