Fix clang-format 14 being confused about comment before access modifier
This commit is contained in:
parent
213b73f1dd
commit
013ba537b5
1 changed files with 2 additions and 2 deletions
|
@ -133,10 +133,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