<< qml_addpluginpath | QML engine | qml_collectgarbage >> |
qml_clearcomponentcache |
This function causes the property metadata of all components previously loaded by the engine to be destroyed.
All previously loaded components and the property bindings for all extant objects created from those components will cease to function.
qml_clearcomponentcache()
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET