clang-format tests

This commit is contained in:
Lars Toenning
2023-04-12 21:44:17 +02:00
parent 674710f146
commit ba41d4887b
28 changed files with 266 additions and 238 deletions

View File

@@ -73,10 +73,10 @@ namespace BlackMiscTest
// methods needed for metatype registration
QString toQString(bool) const { return {}; }
friend QDBusArgument &operator <<(QDBusArgument &arg, const CTestMatcher &) { return arg; }
friend const QDBusArgument &operator >>(const QDBusArgument &arg, CTestMatcher &) { return arg; }
friend QDataStream &operator <<(QDataStream &ds, const CTestMatcher &) { return ds; }
friend QDataStream &operator >>(QDataStream &ds, CTestMatcher &) { return ds; }
friend QDBusArgument &operator<<(QDBusArgument &arg, const CTestMatcher &) { return arg; }
friend const QDBusArgument &operator>>(const QDBusArgument &arg, CTestMatcher &) { return arg; }
friend QDataStream &operator<<(QDataStream &ds, const CTestMatcher &) { return ds; }
friend QDataStream &operator>>(QDataStream &ds, CTestMatcher &) { return ds; }
};
} // namespace