summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/cppitem.qdoc
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-05-06 02:48:23 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-05-06 02:48:23 (GMT)
commitac7e5eb6c5fff0ea87f1af0681ab1881b8bf8eb2 (patch)
tree1a093b51ce365969df7db277dd78a3edd28ede06 /doc/src/declarative/cppitem.qdoc
parent5edf4ed878bbe933e6ff0023cce8808b1dcff6c0 (diff)
downloadQt-ac7e5eb6c5fff0ea87f1af0681ab1881b8bf8eb2.zip
Qt-ac7e5eb6c5fff0ea87f1af0681ab1881b8bf8eb2.tar.gz
Qt-ac7e5eb6c5fff0ea87f1af0681ab1881b8bf8eb2.tar.bz2
Documentation.
Diffstat (limited to 'doc/src/declarative/cppitem.qdoc')
-rw-r--r--doc/src/declarative/cppitem.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/declarative/cppitem.qdoc b/doc/src/declarative/cppitem.qdoc
index 534b32b..d212a5e 100644
--- a/doc/src/declarative/cppitem.qdoc
+++ b/doc/src/declarative/cppitem.qdoc
@@ -5,8 +5,8 @@
\section1 Making a C++ object available in QML
-In QML, XML tags and attributes correspond to Qt objects and properties. Thus, any Qt object
-can potentially be used as an element in QML. More specifically, to make an object available in QML,
+In QML, the item types and properties correspond to Qt objects and properties. Thus, any Qt object
+can potentially be used as an item in QML. More specifically, to make an object available in QML,
it should:
\list
\o Be a subclass of QObject.