QmlDesigner: add nodesSourcesPath to warning

Change-Id: Iee8f7eb9f652d2a75c44e6c4fd5ea08baa4cdb40
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
(cherry picked from commit 95d2bc5c41)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Tim Jenßen
2025-04-11 18:01:28 +02:00
committed by Tim Jenssen
parent 5c0f42a9d6
commit e05a6c93aa

View File

@@ -49,7 +49,7 @@ void EffectComposerNodesModel::loadModel()
auto nodesPath = Utils::FilePath::fromString(EffectUtils::nodesSourcesPath());
if (!nodesPath.exists()) {
qWarning() << __FUNCTION__ << "Effects not found.";
qWarning() << __FUNCTION__ << "Effects not found in: " << nodesPath;
return;
}