From 98040c3ffe416a8172edf12756c3e2ec6ae0ceed Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Fri, 21 Jul 2023 12:53:57 +0300 Subject: [PATCH] GIT_SILENT Re-run clang-format --- core/dbushelper.cpp | 1 - plugins/sms/conversationsdbusinterface.h | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/core/dbushelper.cpp b/core/dbushelper.cpp index adae5076e..fddc5fd8c 100644 --- a/core/dbushelper.cpp +++ b/core/dbushelper.cpp @@ -24,7 +24,6 @@ namespace DBusHelper { - #ifdef Q_OS_MAC class DBusInstancePrivate { diff --git a/plugins/sms/conversationsdbusinterface.h b/plugins/sms/conversationsdbusinterface.h index bca086af2..94af786d3 100644 --- a/plugins/sms/conversationsdbusinterface.h +++ b/plugins/sms/conversationsdbusinterface.h @@ -127,10 +127,10 @@ Q_SIGNALS: */ Q_SCRIPTABLE void attachmentReceived(QString filePath, QString fileName); - private /*methods*/: +private /*methods*/: QString newId(); // Generates successive identifiers to use as public ids - private /*attributes*/: +private /*attributes*/: const QString m_device; /**