Apply clang-format

This commit is contained in:
Martchus 2023-06-08 15:33:15 +02:00
parent 474af5eed9
commit 0e7c10e622
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ struct QtSettingsData {
QFont font;
std::optional<QFont> initialFont;
QPalette palette; // the currently applied palette (only in use if customPalette is true, though)
QPalette selectedPalette; // the intermediately selected palette (chosen in palette editor but not yet applied)
QPalette palette; // the currently applied palette (only in use if customPalette is true, though)
QPalette selectedPalette; // the intermediately selected palette (chosen in palette editor but not yet applied)
QString widgetStyle;
QString initialWidgetStyle;
QString styleSheetPath;