diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-07-28 06:21:42 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-07-29 00:51:25 (GMT) |
commit | ceeb0fc0327c99de55d4dd6114908ec389dc58eb (patch) | |
tree | 4cdc0f94b9a90bb860adb0456418419afafb4edb /src/declarative/qml/qdeclarativecomponent.cpp | |
parent | 2573e7b14b8584f7ccc866685b4a7d76a9c7af5f (diff) | |
download | Qt-ceeb0fc0327c99de55d4dd6114908ec389dc58eb.zip Qt-ceeb0fc0327c99de55d4dd6114908ec389dc58eb.tar.gz Qt-ceeb0fc0327c99de55d4dd6114908ec389dc58eb.tar.bz2 |
Fixes for Dynamic Object Management docs. Also adds links to
this page from other documentation.
Task-number: QTBUG-12446
Diffstat (limited to 'src/declarative/qml/qdeclarativecomponent.cpp')
-rw-r--r-- | src/declarative/qml/qdeclarativecomponent.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/qml/qdeclarativecomponent.cpp b/src/declarative/qml/qdeclarativecomponent.cpp index 7bc6184..e8e237f 100644 --- a/src/declarative/qml/qdeclarativecomponent.cpp +++ b/src/declarative/qml/qdeclarativecomponent.cpp @@ -609,6 +609,9 @@ QDeclarativeComponent::QDeclarativeComponent(QDeclarativeComponentPrivate &dd, Q the \a parent value. Note that if the returned object is to be displayed, you must provide a valid \a parent value or set the returned object's \l{Item::parent}{parent} property, or else the object will not be visible. + + Dynamically created instances can be deleted with the \c destroy() method. + See \l {Dynamic Object Management} for more information. */ /*! |