summaryrefslogtreecommitdiffstats
path: root/src/core/changes/qstaticpropertyvalueaddedchangebase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/changes/qstaticpropertyvalueaddedchangebase.cpp')
-rw-r--r--src/core/changes/qstaticpropertyvalueaddedchangebase.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/core/changes/qstaticpropertyvalueaddedchangebase.cpp b/src/core/changes/qstaticpropertyvalueaddedchangebase.cpp
index 108c8d5c4..20d2af032 100644
--- a/src/core/changes/qstaticpropertyvalueaddedchangebase.cpp
+++ b/src/core/changes/qstaticpropertyvalueaddedchangebase.cpp
@@ -49,7 +49,17 @@ QStaticPropertyValueAddedChangeBasePrivate::QStaticPropertyValueAddedChangeBaseP
{
}
+/*!
+ * \class Qt3DCore::QStaticPropertyValueAddedChangeBase
+ * \inmodule Qt3DCore
+ * \since 5.7
+ * \brief The QStaticPropertyValueAddedChangeBase class is the base class for all static PropertyValueAdded QSceneChange events
+ *
+ */
+/*!
+ * Constructs a new QStaticPropertyValueAddedChangeBase with \a subjectId
+ */
QStaticPropertyValueAddedChangeBase::QStaticPropertyValueAddedChangeBase(QNodeId subjectId)
: QPropertyValueAddedChangeBase(*new QStaticPropertyValueAddedChangeBasePrivate, subjectId)
{