┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/searchcriterionselector.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-11-13 21:03:19 +0000
committerPeter Penz <[email protected]>2009-11-13 21:03:19 +0000
commitbd30bb6ca98374b37db20d14a41542c21acdd5e0 (patch)
tree276188af9fe38b22cd6698a53269fcffac318736 /src/search/searchcriterionselector.h
parenta87760d22c0213306380322ec6d9e23809ee4c93 (diff)
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
Diffstat (limited to 'src/search/searchcriterionselector.h')
-rw-r--r--src/search/searchcriterionselector.h6
1 files changed, 5 insertions, 1 deletions
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:
/**