]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/search/dolphinquery.h
Apply 1 suggestion(s) to 1 file(s)
[dolphin.git] / src / search / dolphinquery.h
index a620e95d82ea3bc30c6ee582222f55bdc729566c..1334958f153953ff2902e966b61d1f282c8b548c 100644 (file)
@@ -20,9 +20,9 @@ class DolphinQuery
 {
 public:
     /** Parses the components of @p searchUrl for the supported schemes */
-    static DolphinQuery fromSearchUrl(const QUrlsearchUrl);
+    static DolphinQuery fromSearchUrl(const QUrl &searchUrl);
     /** Checks whether the DolphinQuery supports the given @p urlScheme */
-    static bool supportsScheme(const QStringurlScheme);
+    static bool supportsScheme(const QString &urlScheme);
 
     /** @return the \a searchUrl passed to Baloo::Query::fromSearchUrl() */
     QUrl searchUrl() const;