From b89981c7523e95446237afeda0944a6d154a6eab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Br=C3=BCbach?= Date: Tue, 1 Sep 2026 16:47:22 +0200 Subject: [PATCH] [Build] Format qtwidgets precompiled header clang-format include regrouping and a missing trailing newline. --- cmake/pch/qtwidgets_pch.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cmake/pch/qtwidgets_pch.h b/cmake/pch/qtwidgets_pch.h index e39d28de4..2c63f450e 100644 --- a/cmake/pch/qtwidgets_pch.h +++ b/cmake/pch/qtwidgets_pch.h @@ -19,6 +19,8 @@ #include #include #include +#include +#include #include #include #include @@ -26,6 +28,3 @@ #include #include #include - -#include -#include \ No newline at end of file