Skip to content

QML: Use correct registration type for existing singleton

David Edmundson requested to merge work/qml_singleton into master

qmlRegisterSingletonType will be invoked once per engine, but more importantly try to clean itself up on destruction.

We want to register the singleton instance we have already.

Merge request reports