Reviewed-by: hjk
By moving the offending code into a background thread. Reviewed-by: Erik Verbruggen
Previously they were leaked when a qmldump or the C++ exported QML type list updated. Just deleting the previous FakeMetaObjects is not an option, as they might still be used in a QmlObjectValue owned by an Engine. Reviewed-by: Erik Verbruggen
Reviewed-by: Erik Verbruggen