diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-08-10 23:47:57 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-08-10 23:47:57 +0200 |
commit | 8b6d7ed54e48940bc98d26fc1b67547ca12993ce (patch) | |
tree | 17fd3694356020dc41454815b3b4f97b4e8afc41 /src/findbar.h | |
parent | Merge branch 'master' of gitorious.org:rekonq/mainline (diff) | |
parent | Fix comments (diff) | |
download | rekonq-8b6d7ed54e48940bc98d26fc1b67547ca12993ce.tar.xz |
Merge commit 'refs/merge-requests/159' of git://gitorious.org/rekonq/mainline into m159
Diffstat (limited to 'src/findbar.h')
-rw-r--r-- | src/findbar.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/findbar.h b/src/findbar.h index 83334b4f..63b2949b 100644 --- a/src/findbar.h +++ b/src/findbar.h @@ -58,9 +58,14 @@ public: public slots: void show(); void hide(); + void toggleVisibility(); signals: void searchString(const QString &); + void visibilityChanged(bool); + +protected: + void setVisible(bool visible); private: KLineEdit *m_lineEdit; |