diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2010-02-08 13:01:07 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2010-02-08 13:01:07 (GMT) |
commit | 322fb5291f91ab389300ec5e28155bf881bcd518 (patch) | |
tree | cad093c008d0ce594c63aec31b1f57cfe201145b /doc/src | |
parent | 5f6456d420a762cf935271c9329178ad7112c4a1 (diff) | |
download | Qt-322fb5291f91ab389300ec5e28155bf881bcd518.zip Qt-322fb5291f91ab389300ec5e28155bf881bcd518.tar.gz Qt-322fb5291f91ab389300ec5e28155bf881bcd518.tar.bz2 |
Document QtObject
Task-number:QTBUG-6034
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/declarative/elements.qdoc | 1 | ||||
-rw-r--r-- | doc/src/declarative/qmlviewer.qdoc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/declarative/elements.qdoc b/doc/src/declarative/elements.qdoc index 81a6c96..cfbabf2 100644 --- a/doc/src/declarative/elements.qdoc +++ b/doc/src/declarative/elements.qdoc @@ -99,6 +99,7 @@ The following table lists the QML elements provided by the Qt Declarative module \o \l Connection \o \l Component \o \l Timer +\o \l QtObject \endlist \endtable diff --git a/doc/src/declarative/qmlviewer.qdoc b/doc/src/declarative/qmlviewer.qdoc index 6a107ce..a5cb671 100644 --- a/doc/src/declarative/qmlviewer.qdoc +++ b/doc/src/declarative/qmlviewer.qdoc @@ -84,7 +84,7 @@ To use this from within your QML file, import QmlViewer 1.0 and create a Screen object. This object has a property, orientation, which can be either - Screen.Lanscape or Screen.Portrait and which can be bound to in your + Screen.Landscape or Screen.Portrait and which can be bound to in your application. An example is below: \code |