Fix clang-format and pre-commit hook being confused about formatting of keywords

This commit is contained in:
Alexander Lohnau 2024-05-30 22:28:11 +02:00
parent 848656cf52
commit df99f3677f

View file

@ -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;
/**