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/dbusinterface.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/dbusinterface.h') diff --git a/src/dbusinterface.h b/src/dbusinterface.h index 66659e976..fc465cba0 100644 --- a/src/dbusinterface.h +++ b/src/dbusinterface.h @@ -16,9 +16,9 @@ class DBusInterface : QObject public: DBusInterface(); - Q_SCRIPTABLE void ShowFolders(const QStringList& uriList, const QString& startUpId); - Q_SCRIPTABLE void ShowItems(const QStringList& uriList, const QString& startUpId); - Q_SCRIPTABLE void ShowItemProperties(const QStringList& uriList, const QString& startUpId); + Q_SCRIPTABLE void ShowFolders(const QStringList &uriList, const QString &startUpId); + Q_SCRIPTABLE void ShowItems(const QStringList &uriList, const QString &startUpId); + Q_SCRIPTABLE void ShowItemProperties(const QStringList &uriList, const QString &startUpId); Q_SCRIPTABLE void SortOrderForUrl(const QString &url, QString &role, QString &order); -- cgit v1.3