summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qnode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nodes/qnode.cpp')
-rw-r--r--src/core/nodes/qnode.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/core/nodes/qnode.cpp b/src/core/nodes/qnode.cpp
index 8378e1f5f..791754c24 100644
--- a/src/core/nodes/qnode.cpp
+++ b/src/core/nodes/qnode.cpp
@@ -538,6 +538,19 @@ void QNode::setParent(QNode *parent)
}
/*!
+ \typedef Qt3DCore::QNodePtr
+ \relates Qt3DCore::QNode
+
+ A shared pointer for QNode.
+*/
+/*!
+ \typedef Qt3DCore::QNodeList
+ \relates Qt3DCore::QNode
+
+ List of QNode pointers.
+*/
+
+/*!
* Returns a list filled with the QNode children of the current
* QNode instance.
*/