diff options
| author | Serg Podtynnyi <[email protected]> | 2023-02-04 00:14:53 +0700 |
|---|---|---|
| committer | Serg Podtynnyi <[email protected]> | 2023-02-05 12:45:38 +0700 |
| commit | 38c34eeca315c7be58e65d4d3fb72aaf7b866719 (patch) | |
| tree | 886e53f20c9c43edc3eb7fe04789716a9bc98ebe /src/search/dolphinquery.h | |
| parent | ffff8af851e3a386c44438337779d0ce7ca98a61 (diff) | |
Add clang-format and format code as in Frameworks
Diffstat (limited to 'src/search/dolphinquery.h')
| -rw-r--r-- | src/search/dolphinquery.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
