summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxcomponentinstance.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-05-01 05:39:07 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-05-01 05:39:07 (GMT)
commitc1830b72bc64cca5d5110ce084b580022ac8d3a0 (patch)
treedc2acd520574da78a92ac30e2414cd7201f6b70d /src/declarative/fx/qfxcomponentinstance.cpp
parent2d167da27db0de589a6d72b5cfb97f1faa273bb7 (diff)
downloadQt-c1830b72bc64cca5d5110ce084b580022ac8d3a0.zip
Qt-c1830b72bc64cca5d5110ce084b580022ac8d3a0.tar.gz
Qt-c1830b72bc64cca5d5110ce084b580022ac8d3a0.tar.bz2
doc
Diffstat (limited to 'src/declarative/fx/qfxcomponentinstance.cpp')
-rw-r--r--src/declarative/fx/qfxcomponentinstance.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/declarative/fx/qfxcomponentinstance.cpp b/src/declarative/fx/qfxcomponentinstance.cpp
index 5fb5466..9645e77 100644
--- a/src/declarative/fx/qfxcomponentinstance.cpp
+++ b/src/declarative/fx/qfxcomponentinstance.cpp
@@ -58,9 +58,9 @@ QML_DEFINE_TYPE(QFxComponentInstance,ComponentInstance);
/*!
\qmlclass ComponentInstance QFxComponentInstance
- \brief The ComponentInstance element allows you to instantiate a \l{qml-component.html} {Component}.
+ \brief The ComponentInstance item allows you to instantiate a \l{qml-component.html} {Component}.
- \code
+ \qml
Item {
Component {
id: RedSquare
@@ -69,7 +69,7 @@ QML_DEFINE_TYPE(QFxComponentInstance,ComponentInstance);
ComponentInstance { component: RedSquare }
}
- \endcode
+ \endqml
*/
QFxComponentInstance::QFxComponentInstance(QFxItem *parent)
: QFxItem(*(new QFxComponentInstancePrivate), parent)