QmlPuppet: Move fixResourcePaths to QmlPrivateGate

Change-Id: I9bbd22c19df64d3cfda3bbf02d9c72da5c2a0542
Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
Thomas Hartmann
2015-05-19 10:54:16 +02:00
committed by Thomas Hartmann
parent c4489a19b4
commit a02438a44f
5 changed files with 55 additions and 56 deletions
@@ -872,7 +872,7 @@ void NodeInstanceServer::setInstancePropertyVariant(const PropertyValueContainer
}
if (valueContainer.isDynamic() && valueContainer.instanceId() == 0 && engine())
rootContext()->setContextProperty(name, Internal::ObjectNodeInstance::fixResourcePaths(value));
rootContext()->setContextProperty(name, Internal::QmlPrivateGate::fixResourcePaths(value));
}
}