Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.7.0
-
None
-
ceeb0fc0327c99de55d4dd6114908ec389dc58eb
Description
For destroy() docs, it should read:
Component.onCompleted: rectComponent.destroy(1000);
not
Component.onCompleted: rect.destroy(1000);
Additionally it should show that the objects returned from createObject() and createQmlObject() can be destroyed using destroy().