From 38c34eeca315c7be58e65d4d3fb72aaf7b866719 Mon Sep 17 00:00:00 2001 From: Serg Podtynnyi Date: Sat, 4 Feb 2023 00:14:53 +0700 Subject: Add clang-format and format code as in Frameworks --- src/search/dolphinquery.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '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; -- cgit v1.3.1