oop
Signed-off-by: Tayou <git@tayou.org>
This commit is contained in:
parent
046e3588af
commit
f0c9b52055
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ SystemTheme::SystemTheme()
|
|||
themeDebugLog() << "Determining System Theme...";
|
||||
const auto& style = QApplication::style();
|
||||
colorPalette = QApplication::palette();
|
||||
QString lowerThemeName = style->name();
|
||||
QString lowerThemeName = style->objectName();
|
||||
themeDebugLog() << "System theme seems to be:" << lowerThemeName;
|
||||
QStringList styles = QStyleFactory::keys();
|
||||
for (auto& st : styles) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue