another oop
Signed-off-by: Tayou <git@tayou.org>
This commit is contained in:
parent
a184b26a00
commit
7104f8909d
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ void ThemeManager::initializeWidgets()
|
|||
{
|
||||
themeDebugLog() << "Determining System Widget Theme...";
|
||||
const auto& style = QApplication::style();
|
||||
currentlySelectedSystemTheme = style->name();
|
||||
currentlySelectedSystemTheme = style->objectName();
|
||||
themeDebugLog() << "System theme seems to be:" << currentlySelectedSystemTheme;
|
||||
|
||||
themeDebugLog() << "<> Initializing Widget Themes";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue