diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-08-11 13:32:28 (GMT) |
---|---|---|
committer | Jesper Thomschutz <jesper.thomschutz@nokia.com> | 2010-08-12 08:52:08 (GMT) |
commit | 1a378511576b32ec26dcbd85b66a94e366422d61 (patch) | |
tree | 924d72b9d8691e10ca5238f826dfa87f77b70853 /doc | |
parent | 6419a9c35e2ee1305b7f9cfe9213a152aafeb2e5 (diff) | |
download | Qt-1a378511576b32ec26dcbd85b66a94e366422d61.zip Qt-1a378511576b32ec26dcbd85b66a94e366422d61.tar.gz Qt-1a378511576b32ec26dcbd85b66a94e366422d61.tar.bz2 |
doc: The QML Qt element was missing from the documentation.
Either someone removed the QML: prefix, or it was never there.
(cherry picked from commit a4d19eef86b07d670b8b2a3f9ad6b3448800bae5)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/elements.qdoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/declarative/elements.qdoc b/doc/src/declarative/elements.qdoc index c2930b3..c008404 100644 --- a/doc/src/declarative/elements.qdoc +++ b/doc/src/declarative/elements.qdoc @@ -114,6 +114,7 @@ The following table lists the QML elements provided by the \l {QtDeclarative}{Qt \row \o \l {Component} \o Encapsulate QML items as a component \row \o \l {Timer} \o Provides timed triggers \row \o \l {QML:QtObject} {QtObject} \o Basic element containing only the objectName property +\row \o \l {QML:Qt} {Qt} \o The QML global Qt object provides useful enums and functions from Qt. \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 |