forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user