forked from qt-creator/qt-creator
QmlDesigner: Don't refresh bindings for reparenting for Quick 2.0
Change-Id: Id10fcc05c8ac9c0f635e3a02138bda76fd66599e Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#include <designersupport.h>
|
||||
#include <addimportcontainer.h>
|
||||
#include <createscenecommand.h>
|
||||
#include <reparentinstancescommand.h>
|
||||
|
||||
namespace QmlDesigner {
|
||||
|
||||
@@ -149,4 +150,11 @@ void Qt5NodeInstanceServer::clearScene(const ClearSceneCommand &command)
|
||||
NodeInstanceServer::clearScene(command);
|
||||
}
|
||||
|
||||
void Qt5NodeInstanceServer::reparentInstances(const ReparentInstancesCommand &command)
|
||||
{
|
||||
NodeInstanceServer::reparentInstances(command.reparentInstances());
|
||||
startRenderTimer();
|
||||
}
|
||||
|
||||
|
||||
} // QmlDesigner
|
||||
|
||||
Reference in New Issue
Block a user