forked from qt-creator/qt-creator
QmlInspector: Added reparenting of items in the Qml Live Preview. Reviewed by: Lasse Holmstedt
This commit is contained in:
@@ -514,6 +514,12 @@ protected:
|
||||
m_clientProxy->createQmlObject(qmlText, ref, importList, filename);
|
||||
}
|
||||
|
||||
virtual void reparentObject(int debugId, int newParent)
|
||||
{
|
||||
appliedChangesToViewer = true;
|
||||
m_clientProxy->reparentQmlObject(debugId, newParent);
|
||||
}
|
||||
|
||||
void checkUnsyncronizableElementChanges(UiObjectDefinition *parentDefinition)
|
||||
{
|
||||
if (unsyncronizableChanges == QmlJSLiveTextPreview::NoUnsyncronizableChanges) {
|
||||
|
||||
Reference in New Issue
Block a user