mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 13:33:55 -07:00
Debug
Took 8 minutes
This commit is contained in:
parent
55b8067971
commit
33219b7bca
1 changed files with 3 additions and 0 deletions
|
|
@ -353,6 +353,9 @@ void ThemeManager::themeChangedSlot()
|
||||||
qApp->setStyle(nullptr); // setting the style also sets the palette
|
qApp->setStyle(nullptr); // setting the style also sets the palette
|
||||||
}
|
}
|
||||||
|
|
||||||
|
qInfo() << "Available styles:" << QStyleFactory::keys();
|
||||||
|
qInfo() << "Plugin paths:" << QCoreApplication::libraryPaths();
|
||||||
|
|
||||||
if (dirPath.isEmpty()) {
|
if (dirPath.isEmpty()) {
|
||||||
// set default values
|
// set default values
|
||||||
QDir::setSearchPaths("theme", DEFAULT_RESOURCE_PATHS);
|
QDir::setSearchPaths("theme", DEFAULT_RESOURCE_PATHS);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue