QmlDesigner.NodeInstances: Use new designer support interface

Change-Id: Idfca7ea37f29df3c60b4a0eacd2b9ef80bbf5754
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Marco Bubke
2012-11-15 11:55:47 +01:00
committed by Thomas Hartmann
parent 187e423546
commit abb7bb7880

View File

@@ -44,8 +44,7 @@ Qt5NodeInstanceServer::Qt5NodeInstanceServer(NodeInstanceClientInterface *nodeIn
m_designerSupport(new DesignerSupport)
{
addImportString("import QtQuick 2.0\n");
DesignerSupport::activateDesignerAnimationMode();
DesignerSupport::deactivateComponentComplete();
DesignerSupport::activateDesignerMode();
}
Qt5NodeInstanceServer::~Qt5NodeInstanceServer()