diff options
Diffstat (limited to 'src/search/searchcriteriondescription.cpp')
| -rw-r--r-- | src/search/searchcriteriondescription.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/search/searchcriteriondescription.cpp b/src/search/searchcriteriondescription.cpp index bad53e851..25639df0c 100644 --- a/src/search/searchcriteriondescription.cpp +++ b/src/search/searchcriteriondescription.cpp @@ -21,7 +21,7 @@ #include "searchcriteriondescription.h" SearchCriterionDescription::SearchCriterionDescription(const QString& name, - const QString& identifier, + const QUrl& identifier, const QList<Comparator>& comparators, SearchCriterionValue* valueWidget) : m_name(name), @@ -40,7 +40,7 @@ QString SearchCriterionDescription::name() const return m_name; } -QString SearchCriterionDescription::identifier() const +QUrl SearchCriterionDescription::identifier() const { return m_identifier; } |
