diff --git a/settingsdialog/qtsettings.cpp b/settingsdialog/qtsettings.cpp index 776fa0e..6488481 100644 --- a/settingsdialog/qtsettings.cpp +++ b/settingsdialog/qtsettings.cpp @@ -42,8 +42,8 @@ struct QtSettingsData { QFont font; std::optional 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;