QmlDesigner: Remove refresh bindings for componentComplete

changeId is triggering it anyway and it is really expensive.

Change-Id: I37743ed619d9e901b28c69f4c324852ba7e6608c
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Marco Bubke
2013-06-06 16:15:58 +02:00
committed by Thomas Hartmann
parent 11036e9d52
commit af54a661a4
@@ -320,8 +320,6 @@ void NodeInstanceServer::completeComponent(const CompleteComponentCommand &comma
}
}
refreshBindings();
startRenderTimer();
}