diff options
| author | Peter Penz <[email protected]> | 2009-11-12 18:58:44 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-11-12 18:58:44 +0000 |
| commit | 288c7db6a7ae804c79d9fe61dcaf7f494a194341 (patch) | |
| tree | 15c409a826951d27e920f391b7849dfaf962e3dc /src/search/searchcriteriondescription.h | |
| parent | 408d94ac5766f543b433f492b37fb3ca1a6d8d84 (diff) | |
Show some default search configurations, so that the user is able to adjust queries in a faster way (similar to a defaceted interface).
svn path=/trunk/KDE/kdebase/apps/; revision=1048109
Diffstat (limited to 'src/search/searchcriteriondescription.h')
| -rw-r--r-- | src/search/searchcriteriondescription.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/searchcriteriondescription.h b/src/search/searchcriteriondescription.h index 2bf3d2f91..5da188633 100644 --- a/src/search/searchcriteriondescription.h +++ b/src/search/searchcriteriondescription.h @@ -38,7 +38,7 @@ class SearchCriterionDescription public: struct Comparator { - Comparator(const QString& n, const QString& o, const QString& p) : + Comparator(const QString& n, const QString& o = QString(), const QString& p = QString()) : name(n), operation(o), prefix(p) {} QString name; // user visible and translated name QString operation; // Nepomuk operation that represents the comparator |
