summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativecomponent.cpp
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2010-08-09 18:50:45 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2010-08-09 18:50:45 (GMT)
commitf33359fb0c56fe88e0ae3c564b7847f90889eac2 (patch)
treec30e7b4dc6ad113896baba3ea291373e0c6af142 /src/declarative/qml/qdeclarativecomponent.cpp
parent86eec3f6f98b387bf6a815c1a8e916965928b317 (diff)
downloadQt-f33359fb0c56fe88e0ae3c564b7847f90889eac2.zip
Qt-f33359fb0c56fe88e0ae3c564b7847f90889eac2.tar.gz
Qt-f33359fb0c56fe88e0ae3c564b7847f90889eac2.tar.bz2
Doc: Fixes to Qt Quick documentation.
Reviewed-by: Trust Me To-be-verified-by: Qt Doc Team
Diffstat (limited to 'src/declarative/qml/qdeclarativecomponent.cpp')
-rw-r--r--src/declarative/qml/qdeclarativecomponent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativecomponent.cpp b/src/declarative/qml/qdeclarativecomponent.cpp
index 1d48b1a..e3e1840 100644
--- a/src/declarative/qml/qdeclarativecomponent.cpp
+++ b/src/declarative/qml/qdeclarativecomponent.cpp
@@ -599,7 +599,7 @@ QDeclarativeComponent::QDeclarativeComponent(QDeclarativeComponentPrivate &dd, Q
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.
+ See \l {Dynamic Object Management in QML} for more information.
*/
/*!