summaryrefslogtreecommitdiffstats
path: root/src/core/changes/qpropertynodeaddedchange.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/changes/qpropertynodeaddedchange.cpp')
-rw-r--r--src/core/changes/qpropertynodeaddedchange.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/changes/qpropertynodeaddedchange.cpp b/src/core/changes/qpropertynodeaddedchange.cpp
index 5f1a1f921..539c6a54a 100644
--- a/src/core/changes/qpropertynodeaddedchange.cpp
+++ b/src/core/changes/qpropertynodeaddedchange.cpp
@@ -53,9 +53,10 @@ QPropertyNodeAddedChangePrivate::QPropertyNodeAddedChangePrivate()
/*!
* \class Qt3DCore::QPropertyNodeAddedChange
+ * \inherits Qt3DCore::QStaticPropertyValueAddedChangeBase
* \inmodule Qt3DCore
+ * \brief Used to notify when a node is added to a property
*
- * TODO
*/
/*!
@@ -66,8 +67,7 @@ QPropertyNodeAddedChangePrivate::QPropertyNodeAddedChangePrivate()
*/
/*!
- * Constructs a new QPropertyNodeAddedChange with \a subjectId, \a addedNodeId, and
- * \a priority.
+ * Constructs a new QPropertyNodeAddedChange with \a subjectId, \a node.
*/
QPropertyNodeAddedChange::QPropertyNodeAddedChange(QNodeId subjectId, QNode *node)
: QStaticPropertyValueAddedChangeBase(*new QPropertyNodeAddedChangePrivate, subjectId)