From 015a5f3809e2bf1cc5b08501bc0e79f27f224621 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Fri, 28 Aug 2026 13:07:58 +0200 Subject: [PATCH] chore: fix two small issues for compilation and clang-format Signed-off-by: Matthieu Gallien --- .clang-format | 2 +- test/testcustomstateicons.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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");