From d9e3139e505857e1a590f324fc7516ca589169aa Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 10 Nov 2009 21:44:24 +0000 Subject: * Show the search options as soon as the search bar gains focus. * Allow the user to manually close the options. * Added tooltip descriptions. svn path=/trunk/KDE/kdebase/apps/; revision=1047281 --- src/search/dolphinsearchoptionsconfigurator.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/search/dolphinsearchoptionsconfigurator.h') diff --git a/src/search/dolphinsearchoptionsconfigurator.h b/src/search/dolphinsearchoptionsconfigurator.h index 1fcb8cb19..b66ab340d 100644 --- a/src/search/dolphinsearchoptionsconfigurator.h +++ b/src/search/dolphinsearchoptionsconfigurator.h @@ -52,6 +52,11 @@ private slots: */ void updateSelectorButton(); + /** + * Saves the current query by adding it as Places entry. + */ + void saveQuery(); + private: KComboBox* m_searchFromBox; KComboBox* m_searchWhatBox; -- cgit v1.3.1