From bd30bb6ca98374b37db20d14a41542c21acdd5e0 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 13 Nov 2009 21:03:19 +0000 Subject: search finetuning: * trigger progress information when starting a search * let the information panel hide the meta data for the search string * get the search string from the configurator svn path=/trunk/KDE/kdebase/apps/; revision=1048721 --- src/search/searchcriterionselector.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/search/searchcriterionselector.h') diff --git a/src/search/searchcriterionselector.h b/src/search/searchcriterionselector.h index c6c3b22e0..27cbb2e46 100644 --- a/src/search/searchcriterionselector.h +++ b/src/search/searchcriterionselector.h @@ -50,7 +50,11 @@ public: SearchCriterionSelector(Type type, QWidget* parent = 0); virtual ~SearchCriterionSelector(); - QString queryString() const; + /** + * Converts the string representation of the criterion. + * The string is conform to get added to a nepomuk:/-URI. + */ + QString toString() const; signals: /** -- cgit v1.3.1