diff options
| author | Peter Penz <[email protected]> | 2010-01-26 09:01:38 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-01-26 09:01:38 +0000 |
| commit | 6c326f9962b9664ac601640bf8cc49b50c046c27 (patch) | |
| tree | 3db6d39eb20ff9aa343b523204a2a3f9282e8642 /src/search/dolphinsearchbox.h | |
| parent | e536466ac75e7fa3cfdc18728596beac36996128 (diff) | |
Don't show the search options again, if the user closed them and cleared the search box.
BUG: 218880
svn path=/trunk/KDE/kdebase/apps/; revision=1080372
Diffstat (limited to 'src/search/dolphinsearchbox.h')
| -rw-r--r-- | src/search/dolphinsearchbox.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/search/dolphinsearchbox.h b/src/search/dolphinsearchbox.h index ac5253d49..73e4936df 100644 --- a/src/search/dolphinsearchbox.h +++ b/src/search/dolphinsearchbox.h @@ -94,15 +94,16 @@ signals: void searchTextChanged(const QString& text); /** - * Is emitted if the search box gets the focus and - * requests the need for a UI that allows to adjust - * search options. It is up to the application to ignore + * Is emitted if the search box gets the focus or the text + * has been changed. It requests the need for an UI that allows to + * adjust search options. It is up to the application to ignore * this request. */ void requestSearchOptions(); private slots: void emitSearchSignal(); + void slotTextChanged(const QString& text); private: KLineEdit* m_searchInput; |
