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.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/core/nodes/qentity.cpp b/src/core/nodes/qentity.cpp
index e3147c14e..7c876bda3 100644
--- a/src/core/nodes/qentity.cpp
+++ b/src/core/nodes/qentity.cpp
@@ -52,10 +52,6 @@ QT_BEGIN_NAMESPACE
namespace Qt3DCore {
-/*!
- \class Qt3DCore::QEntityPrivate
- \internal
-*/
QEntityPrivate::QEntityPrivate()
: QNodePrivate()
, m_parentEntityId()
@@ -121,6 +117,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.