another oop
Signed-off-by: Tayou <git@tayou.org>
This commit is contained in:
parent
a184b26a00
commit
7104f8909d
@ -123,7 +123,7 @@ void ThemeManager::initializeWidgets()
|
|||||||
{
|
{
|
||||||
themeDebugLog() << "Determining System Widget Theme...";
|
themeDebugLog() << "Determining System Widget Theme...";
|
||||||
const auto& style = QApplication::style();
|
const auto& style = QApplication::style();
|
||||||
currentlySelectedSystemTheme = style->name();
|
currentlySelectedSystemTheme = style->objectName();
|
||||||
themeDebugLog() << "System theme seems to be:" << currentlySelectedSystemTheme;
|
themeDebugLog() << "System theme seems to be:" << currentlySelectedSystemTheme;
|
||||||
|
|
||||||
themeDebugLog() << "<> Initializing Widget Themes";
|
themeDebugLog() << "<> Initializing Widget Themes";
|
||||||
|
Loading…
Reference in New Issue
Block a user