From 35ba6eb132a2b969a53ee31e3a26d72a371e02d6 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 21 Nov 2009 22:08:59 +0000 Subject: * 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 --- src/search/dolphinsearchbox.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/search/dolphinsearchbox.h') 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 @@ -87,6 +87,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 -- cgit v1.3.1