From 2367a1919e684dab35da276efb478a57424685d9 Mon Sep 17 00:00:00 2001 From: luisangelsm Date: Sun, 22 Mar 2026 18:55:27 +0100 Subject: [PATCH] Format --- common/themes/theme_editor_dialog.cpp | 1 + common/themes/theme_repository.cpp | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/common/themes/theme_editor_dialog.cpp b/common/themes/theme_editor_dialog.cpp index b8fa6b7d..391b6d54 100644 --- a/common/themes/theme_editor_dialog.cpp +++ b/common/themes/theme_editor_dialog.cpp @@ -1,4 +1,5 @@ #include "theme_editor_dialog.h" + #include "theme_json_utils.h" #include diff --git a/common/themes/theme_repository.cpp b/common/themes/theme_repository.cpp index 2365109b..989219f1 100644 --- a/common/themes/theme_repository.cpp +++ b/common/themes/theme_repository.cpp @@ -1,13 +1,15 @@ #include "theme_repository.h" + #include "theme_json_utils.h" -#include #include #include #include #include #include +#include + namespace { QString builtinNameFromFileName(QString fileName) {