GIT_SILENT Re-run clang-format
This commit is contained in:
parent
35a450f366
commit
98040c3ffe
2 changed files with 2 additions and 3 deletions
|
@ -24,7 +24,6 @@
|
|||
|
||||
namespace DBusHelper
|
||||
{
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
class DBusInstancePrivate
|
||||
{
|
||||
|
|
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue