Wed, 15 Jun 2022 12:32:40 +0300
GCC doesn't like me using QStringLiteral here
src/settings.h | file | annotate | diff | comparison | revisions |
--- a/src/settings.h Wed Jun 15 12:17:29 2022 +0300 +++ b/src/settings.h Wed Jun 15 12:32:40 2022 +0300 @@ -30,7 +30,7 @@ // Setting definitions // Rendering options -SETTING(Locale, QStringLiteral("system")) +SETTING(Locale, QString{"system"}) SETTING(BackgroundColor, (QColor{48, 48, 48})) SETTING(MainColor, (QColor{255, 255, 64})) SETTING(SelectedColor, (QColor{32, 32, 224}))