summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/cppitem.qdoc
diff options
context:
space:
mode:
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.