summaryrefslogtreecommitdiffstats
path: root/common/resource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/resource.cpp')
-rw-r--r--common/resource.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/resource.cpp b/common/resource.cpp
index cd0c4e0..706d8ba 100644
--- a/common/resource.cpp
+++ b/common/resource.cpp
@@ -124,6 +124,7 @@ ResourceFactory *ResourceFactory::load(const QByteArray &resourceName)
124 } 124 }
125 125
126 qWarning() << "Failed to find factory for resource:" << resourceName; 126 qWarning() << "Failed to find factory for resource:" << resourceName;
127 qWarning() << "Looked into the following directories: " << QCoreApplication::instance()->libraryPaths();
127 return nullptr; 128 return nullptr;
128} 129}
129 130