summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-07-07 12:21:55 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-07-16 07:54:31 (GMT)
commit5ef1abb3b20bcdd1916016359d85c7277646c87f (patch)
tree58a7f6fc21866c2f66121cffa46b23079cf39543 /doc/src
parent58ec5c8fe2e6c9f69402df8aeac2ca30029e77de (diff)
downloadQt-5ef1abb3b20bcdd1916016359d85c7277646c87f.zip
Qt-5ef1abb3b20bcdd1916016359d85c7277646c87f.tar.gz
Qt-5ef1abb3b20bcdd1916016359d85c7277646c87f.tar.bz2
qdoc: Fixed a few links to QtObject (QML:QtObject)
(cherry picked from commit 896de79554060aadf4963d8285ef3f5d8740428b)
Diffstat (limited to 'doc/src')
-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