diff options
| author | Peter Penz <[email protected]> | 2009-11-21 22:08:59 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-11-21 22:08:59 +0000 |
| commit | 35ba6eb132a2b969a53ee31e3a26d72a371e02d6 (patch) | |
| tree | 42cefbf2bf14519c3c5c33c0129f98933cbd6f6c /src/search/dolphinsearchbox.h | |
| parent | 42372dc3b5f4ffd2cabef9a508d3a44bb95612de (diff) | |
* show only a minimized set of search options per default
* remember the search options when closing Dolphin, so that the user can adjust his "default search template"
svn path=/trunk/KDE/kdebase/apps/; revision=1052499
Diffstat (limited to 'src/search/dolphinsearchbox.h')
| -rw-r--r-- | src/search/dolphinsearchbox.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/search/dolphinsearchbox.h b/src/search/dolphinsearchbox.h index 36bcb0e10..ac5253d49 100644 --- a/src/search/dolphinsearchbox.h +++ b/src/search/dolphinsearchbox.h @@ -88,6 +88,12 @@ signals: void search(const QString& text); /** + * Is emitted when the user has changed a character of + * the text that should be used as input for searching. + */ + 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 |
