summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qentity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nodes/qentity.cpp')
-rw-r--r--src/core/nodes/qentity.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/nodes/qentity.cpp b/src/core/nodes/qentity.cpp
index 7bca65917..c0396cb21 100644
--- a/src/core/nodes/qentity.cpp
+++ b/src/core/nodes/qentity.cpp
@@ -118,6 +118,12 @@ void QEntity::copy(const QNode *ref)
addComponent(qobject_cast<QComponent *>(ccclone));
}
}
+/*!
+ \typedef Qt3DCore::QComponentList
+ \relates Qt3DCore::QEntity
+
+ List of QComponent pointers.
+*/
/*!
Returns the list of Qt3DCore::QComponent instances the entity is referencing.