summaryrefslogtreecommitdiffstats
path: root/src/core/changes/qstaticpropertyvalueremovedchangebase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/changes/qstaticpropertyvalueremovedchangebase.cpp')
-rw-r--r--src/core/changes/qstaticpropertyvalueremovedchangebase.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/core/changes/qstaticpropertyvalueremovedchangebase.cpp b/src/core/changes/qstaticpropertyvalueremovedchangebase.cpp
index 9eff24b65..0891abba8 100644
--- a/src/core/changes/qstaticpropertyvalueremovedchangebase.cpp
+++ b/src/core/changes/qstaticpropertyvalueremovedchangebase.cpp
@@ -49,7 +49,17 @@ QStaticPropertyValueRemovedChangeBasePrivate::QStaticPropertyValueRemovedChangeB
{
}
+/*!
+ * \class Qt3DCore::QStaticPropertyValueRemovedChangeBase
+ * \inmodule Qt3DCore
+ * \since 5.7
+ * \brief The QStaticPropertyValueRemovedChangeBase class is the base class for all static PropertyValueRemoved QSceneChange events
+ *
+ */
+/*!
+ * Constructs a new QStaticPropertyValueRemovedChangeBase with \a subjectId
+ */
QStaticPropertyValueRemovedChangeBase::QStaticPropertyValueRemovedChangeBase(QNodeId subjectId)
: QPropertyValueRemovedChangeBase(*new QStaticPropertyValueRemovedChangeBasePrivate, subjectId)
{