aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/javascript/dynamicobjectcreation.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/doc/src/javascript/dynamicobjectcreation.qdoc')
-rw-r--r--src/qml/doc/src/javascript/dynamicobjectcreation.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qml/doc/src/javascript/dynamicobjectcreation.qdoc b/src/qml/doc/src/javascript/dynamicobjectcreation.qdoc
index 78ce09d0ad..95deba52c6 100644
--- a/src/qml/doc/src/javascript/dynamicobjectcreation.qdoc
+++ b/src/qml/doc/src/javascript/dynamicobjectcreation.qdoc
@@ -64,7 +64,8 @@ Once you have a \l Component, you can call its \l {Component::createObject()}
can take one or two arguments:
\list
\li The first is the parent for the new object. The parent can be a graphical
- object (QtQuick item) or non-graphical object (QtQml QtObject or C++
+ object (QtQuick item) or non-graphical object
+ (\l{qtqml-typereference-topic.html}{QtQml} \l QtObject or C++
QObject). Only graphical objects with graphical parent objects will be
rendered to the QtQuick visual canvas. If you wish to set the parent later
you can safely pass \c null to this function.