forked from qt-creator/qt-creator
QmlDesigner: add nodesSourcesPath to warning
Pick-to: qds/4.7 Change-Id: Iee8f7eb9f652d2a75c44e6c4fd5ea08baa4cdb40 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -52,7 +52,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