forked from qt-creator/qt-creator
QmlDesigner: Do not registerNodeInstanceMetaObject by default
This is not required since the meta object is created lazily. This seems to hide the issue. Task-number: QDS-13379 Change-Id: Id1f7f4c9c29c59155b97db259468dae0e99b5162 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -117,7 +117,6 @@ void ObjectNodeInstance::initialize(const ObjectNodeInstance::Pointer &objectNod
|
||||
InstanceContainer::NodeFlags /*flags*/)
|
||||
{
|
||||
initializePropertyWatcher(objectNodeInstance);
|
||||
QmlPrivateGate::registerNodeInstanceMetaObject(objectNodeInstance->object(), objectNodeInstance->nodeInstanceServer()->engine());
|
||||
}
|
||||
|
||||
void ObjectNodeInstance::setId(const QString &id)
|
||||
|
Reference in New Issue
Block a user