Skip to content
Snippets Groups Projects
Commit 34ba422c authored by Marco Bubke's avatar Marco Bubke
Browse files

QmlDesigner.NodeInstances: Remove setting paths for plugins

Reviewed-by: Thomas Hartmann
parent 5aa151ea
No related branches found
Tags v1.11
No related merge requests found
......@@ -362,11 +362,6 @@ void NodeInstanceServer::addImports(const QVector<AddImportContainer> &container
if (!m_importList.contains(importStatement))
m_importList.append(importStatement);
foreach(const QString &importPath, container.importPaths()) { // this is simply ugly
engine()->addImportPath(importPath);
engine()->addPluginPath(importPath);
}
}
delete m_importComponent.data();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment