summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-02-08 13:01:07 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-02-08 13:01:07 (GMT)
commit322fb5291f91ab389300ec5e28155bf881bcd518 (patch)
treecad093c008d0ce594c63aec31b1f57cfe201145b /doc
parent5f6456d420a762cf935271c9329178ad7112c4a1 (diff)
downloadQt-322fb5291f91ab389300ec5e28155bf881bcd518.zip
Qt-322fb5291f91ab389300ec5e28155bf881bcd518.tar.gz
Qt-322fb5291f91ab389300ec5e28155bf881bcd518.tar.bz2
Document QtObject
Task-number:QTBUG-6034
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/elements.qdoc1
-rw-r--r--doc/src/declarative/qmlviewer.qdoc2
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