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/kitemviews/private/kbaloorolesprovider.h | |
| parent | ffff8af851e3a386c44438337779d0ce7ca98a61 (diff) | |
Add clang-format and format code as in Frameworks
Diffstat (limited to 'src/kitemviews/private/kbaloorolesprovider.h')
| -rw-r--r-- | src/kitemviews/private/kbaloorolesprovider.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/kitemviews/private/kbaloorolesprovider.h b/src/kitemviews/private/kbaloorolesprovider.h index 97ed58f2b..5ff33e1c6 100644 --- a/src/kitemviews/private/kbaloorolesprovider.h +++ b/src/kitemviews/private/kbaloorolesprovider.h @@ -14,8 +14,9 @@ #include <QSet> #include <QVariant> -namespace Baloo { - class File; +namespace Baloo +{ +class File; } /** @@ -27,7 +28,7 @@ namespace Baloo { class DOLPHIN_EXPORT KBalooRolesProvider { public: - static KBalooRolesProvider& instance(); + static KBalooRolesProvider &instance(); virtual ~KBalooRolesProvider(); /** @@ -39,8 +40,7 @@ public: * @return Values for the roles \a roles that can be determined from the file * with the URL \a url. */ - QHash<QByteArray, QVariant> roleValues(const Baloo::File& file, - const QSet<QByteArray>& roles) const; + QHash<QByteArray, QVariant> roleValues(const Baloo::File &file, const QSet<QByteArray> &roles) const; protected: KBalooRolesProvider(); @@ -52,4 +52,3 @@ private: }; #endif - |
