More debug.

Took 40 seconds
This commit is contained in:
Lukas Brübach 2026-04-08 21:33:36 +02:00
parent 33219b7bca
commit e3dffa63e8

View file

@ -353,6 +353,7 @@ void ThemeManager::themeChangedSlot()
qApp->setStyle(nullptr); // setting the style also sets the palette
}
qInfo() << "Default style name: " << defaultStyleName;
qInfo() << "Available styles:" << QStyleFactory::keys();
qInfo() << "Plugin paths:" << QCoreApplication::libraryPaths();