summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qnode.cpp
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2016-01-19 15:30:02 +0100
committerVenugopal Shivashankar <venugopal.shivashankar@digia.com>2016-01-21 15:33:27 +0000
commit44c743c90cf51eddbf5b0bb3cf957c58fa0ef94f (patch)
tree19c85080191a2023662b4c9fd43d20f9c1e5fb57 /src/core/nodes/qnode.cpp
parentba467a2c4e44df7934792dfacaa8135c77a010c1 (diff)
Doc: Removed Qt3DCollision namespace and module docs
Besides that, fixed a few qdoc warnings. Change-Id: Ibaf8fd6ffbb93f3f2bd73fa5fedf06e94f6ac2eb Reviewed-by: Paul Lemire <paul.lemire@kdab.com> Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
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.
*/