[][src]Function qt_qml::qml_clear_type_registrations

pub unsafe fn qml_clear_type_registrations()

Clears all stored type registrations, such as those produced with qmlRegisterType().

Calls C++ function: void qmlClearTypeRegistrations().

C++ documentation:

Clears all stored type registrations, such as those produced with qmlRegisterType().

Do not call this function while a QQmlEngine exists or behavior will be undefined. Any existing QQmlEngines must be deleted before calling this function. This function only affects the application global cache. Delete the QQmlEngine to clear all cached data relating to that engine.