diff options
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 |
