Skip to content
Snippets Groups Projects
Commit abb7bb78 authored by Marco Bubke's avatar Marco Bubke Committed by Thomas Hartmann
Browse files

QmlDesigner.NodeInstances: Use new designer support interface


Change-Id: Idfca7ea37f29df3c60b4a0eacd2b9ef80bbf5754
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@digia.com>
parent 187e4235
No related branches found
No related tags found
No related merge requests found
...@@ -44,8 +44,7 @@ Qt5NodeInstanceServer::Qt5NodeInstanceServer(NodeInstanceClientInterface *nodeIn ...@@ -44,8 +44,7 @@ Qt5NodeInstanceServer::Qt5NodeInstanceServer(NodeInstanceClientInterface *nodeIn
m_designerSupport(new DesignerSupport) m_designerSupport(new DesignerSupport)
{ {
addImportString("import QtQuick 2.0\n"); addImportString("import QtQuick 2.0\n");
DesignerSupport::activateDesignerAnimationMode(); DesignerSupport::activateDesignerMode();
DesignerSupport::deactivateComponentComplete();
} }
Qt5NodeInstanceServer::~Qt5NodeInstanceServer() Qt5NodeInstanceServer::~Qt5NodeInstanceServer()
......
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