fix: qt 5

This commit is contained in:
Nerixyz 2024-01-22 19:57:44 +01:00
parent c5a800280f
commit 701d60b2fe
No known key found for this signature in database
GPG key ID: 946BA188C5609CCC

View file

@ -225,7 +225,7 @@ bool Theme::isLightTheme() const
bool Theme::isSystemTheme() const
{
return this->themeName == u"System";
return this->themeName == u"System"_s;
}
void Theme::initialize(Settings &settings, const Paths &paths)