summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/cppitem.qdoc
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-05-05 05:35:38 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-05-05 05:35:38 (GMT)
commit132830854a1b547666c1c65c7db1c6c089399637 (patch)
treea15312f08f636096f1de5906829237f9a9a4ef62 /doc/src/declarative/cppitem.qdoc
parente8f2cc813ba4faf41677f65c51a990eea5df4308 (diff)
downloadQt-132830854a1b547666c1c65c7db1c6c089399637.zip
Qt-132830854a1b547666c1c65c7db1c6c089399637.tar.gz
Qt-132830854a1b547666c1c65c7db1c6c089399637.tar.bz2
More doc conversion and cleanup.
Diffstat (limited to 'doc/src/declarative/cppitem.qdoc')
-rw-r--r--doc/src/declarative/cppitem.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/cppitem.qdoc b/doc/src/declarative/cppitem.qdoc
index 959bc6d..534b32b 100644
--- a/doc/src/declarative/cppitem.qdoc
+++ b/doc/src/declarative/cppitem.qdoc
@@ -76,7 +76,7 @@ For example:
QML_DECLARE_TYPE(MyCircle);
QML_DEFINE_TYPE(MyCircle,Circle);
\endcode
-would make the \e MyCircle class accessable though the \c <Circle/> tag in QML.
+would make the \e MyCircle class accessable though the \c Circle type in QML.
\section1 Creating a new 'Fx' item in C++