Fix clang-format and pre-commit hook being confused about formatting of keywords
This commit is contained in:
parent
848656cf52
commit
df99f3677f
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