summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-07-07 12:21:55 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-07-07 12:21:55 (GMT)
commit896de79554060aadf4963d8285ef3f5d8740428b (patch)
treea6ef96517ec9977bf97131a43f62a3cd68feeebf /doc/src/declarative
parent047dd2d73fab867187d17f684be464233f64165b (diff)
downloadQt-896de79554060aadf4963d8285ef3f5d8740428b.zip
Qt-896de79554060aadf4963d8285ef3f5d8740428b.tar.gz
Qt-896de79554060aadf4963d8285ef3f5d8740428b.tar.bz2
qdoc: Fixed a few links to QtObject (QML:QtObject)
Diffstat (limited to 'doc/src/declarative')
-rw-r--r--doc/src/declarative/elements.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/elements.qdoc b/doc/src/declarative/elements.qdoc
index 48eb09f..349a8ed 100644
--- a/doc/src/declarative/elements.qdoc
+++ b/doc/src/declarative/elements.qdoc
@@ -114,7 +114,7 @@ The following table lists the QML elements provided by the \l {QtDeclarative}{Qt
\row \o \l {Connections} \o Explicitly connects signals and signal handlers
\row \o \l {Component} \o Encapsulate QML items as a component
\row \o \l {Timer} \o Provides timed triggers
-\row \o \l {QtObject} \o Basic element containing only the objectName property
+\row \o \l {QML:QtObject} {QtObject} \o Basic element containing only the objectName property
\row \o \l {WorkerScript} \o Enables the use of threads in QML
\row \o \l {Loader} \o Controls the loading of items or components
\row \o \l {Repeater} \o Uses a model to create multiples of components