X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/67ebd66f94356b4e66005b1072919cb7b5e858bb..dd07a327:/src/search/dolphinquery.h diff --git a/src/search/dolphinquery.h b/src/search/dolphinquery.h index a620e95d8..1334958f1 100644 --- a/src/search/dolphinquery.h +++ b/src/search/dolphinquery.h @@ -20,9 +20,9 @@ class DolphinQuery { public: /** Parses the components of @p searchUrl for the supported schemes */ - static DolphinQuery fromSearchUrl(const QUrl& searchUrl); + static DolphinQuery fromSearchUrl(const QUrl &searchUrl); /** Checks whether the DolphinQuery supports the given @p urlScheme */ - static bool supportsScheme(const QString& urlScheme); + static bool supportsScheme(const QString &urlScheme); /** @return the \a searchUrl passed to Baloo::Query::fromSearchUrl() */ QUrl searchUrl() const;