diff --git a/.clang-format b/.clang-format index 10107d702e622..4b7e8e60ee2f4 100644 --- a/.clang-format +++ b/.clang-format @@ -39,7 +39,7 @@ InsertBraces: true AllowShortEnumsOnASingleLine: false -EnumTrailingComma: ETC_Insert +EnumTrailingComma: Insert # CrlInstruction *a; PointerAlignment: Right diff --git a/test/testcustomstateicons.cpp b/test/testcustomstateicons.cpp index 74aa22ff7866b..591eb77ecd2fd 100644 --- a/test/testcustomstateicons.cpp +++ b/test/testcustomstateicons.cpp @@ -41,7 +41,7 @@ class TestCustomStateIcons : public QObject { Q_OBJECT -private slots: +private Q_SLOTS: void testSvgContrast_data() { QTest::addColumn("fileName");