summaryrefslogtreecommitdiffstats
path: root/src/core/changes
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/changes')
-rw-r--r--src/core/changes/qcomponentaddedchange.cpp2
-rw-r--r--src/core/changes/qcomponentremovedchange.cpp2
-rw-r--r--src/core/changes/qdynamicpropertyupdatedchange.cpp2
-rw-r--r--src/core/changes/qnodecommand.cpp2
-rw-r--r--src/core/changes/qnodecreatedchange.cpp2
-rw-r--r--src/core/changes/qpropertynodeaddedchange.cpp2
-rw-r--r--src/core/changes/qpropertynoderemovedchange.cpp2
-rw-r--r--src/core/changes/qpropertyupdatedchange.cpp2
-rw-r--r--src/core/changes/qpropertyupdatedchangebase.cpp2
-rw-r--r--src/core/changes/qpropertyvalueaddedchange.cpp2
-rw-r--r--src/core/changes/qpropertyvalueaddedchangebase.cpp2
-rw-r--r--src/core/changes/qpropertyvalueremovedchange.cpp2
-rw-r--r--src/core/changes/qpropertyvalueremovedchangebase.cpp2
-rw-r--r--src/core/changes/qstaticpropertyupdatedchangebase.cpp2
-rw-r--r--src/core/changes/qstaticpropertyvalueaddedchangebase.cpp2
-rw-r--r--src/core/changes/qstaticpropertyvalueremovedchangebase.cpp2
16 files changed, 16 insertions, 16 deletions
diff --git a/src/core/changes/qcomponentaddedchange.cpp b/src/core/changes/qcomponentaddedchange.cpp
index 41f7a2340..50d7fd237 100644
--- a/src/core/changes/qcomponentaddedchange.cpp
+++ b/src/core/changes/qcomponentaddedchange.cpp
@@ -63,7 +63,7 @@ QComponentAddedChangePrivate::QComponentAddedChangePrivate(const QEntity *entity
* \inheaderfile Qt3DCore/QComponentAddedChange
* \inherits Qt3DCore::QSceneChange
* \inmodule Qt3DCore
- * \brief The QComponentAddedChange class is used to notify when a component is added to an entity
+ * \brief The QComponentAddedChange class is used to notify when a component is added to an entity.
*
*/
diff --git a/src/core/changes/qcomponentremovedchange.cpp b/src/core/changes/qcomponentremovedchange.cpp
index e2129169a..f338f11af 100644
--- a/src/core/changes/qcomponentremovedchange.cpp
+++ b/src/core/changes/qcomponentremovedchange.cpp
@@ -63,7 +63,7 @@ QComponentRemovedChangePrivate::QComponentRemovedChangePrivate(const QEntity *en
* \inheaderfile Qt3DCore/QComponentRemovedChange
* \inherits Qt3DCore::QSceneChange
* \inmodule Qt3DCore
- * \brief The QComponentRemovedChange class is used to notify when a component is removed from an entity
+ * \brief The QComponentRemovedChange class is used to notify when a component is removed from an entity.
*
*/
diff --git a/src/core/changes/qdynamicpropertyupdatedchange.cpp b/src/core/changes/qdynamicpropertyupdatedchange.cpp
index fd174097c..30e541a0d 100644
--- a/src/core/changes/qdynamicpropertyupdatedchange.cpp
+++ b/src/core/changes/qdynamicpropertyupdatedchange.cpp
@@ -58,7 +58,7 @@ QDynamicPropertyUpdatedChangePrivate::~QDynamicPropertyUpdatedChangePrivate()
* \inheaderfile Qt3DCore/QDynamicPropertyUpdatedChange
* \inherits Qt3DCore::QPropertyUpdatedChangeBase
* \inmodule Qt3DCore
- * \brief The QDynamicPropertyUpdatedChange class is used to notify when a dynamic property value is updated
+ * \brief The QDynamicPropertyUpdatedChange class is used to notify when a dynamic property value is updated.
*
*/
diff --git a/src/core/changes/qnodecommand.cpp b/src/core/changes/qnodecommand.cpp
index 2be939624..0836da6e7 100644
--- a/src/core/changes/qnodecommand.cpp
+++ b/src/core/changes/qnodecommand.cpp
@@ -66,7 +66,7 @@ QNodeCommand::CommandId QNodeCommandPrivate::createId()
* \inherits Qt3DCore::QSceneChange
* \inmodule Qt3DCore
* \since 5.10
- * \brief The QNodeCommand class is the base class for all CommandRequested QSceneChange events
+ * \brief The QNodeCommand class is the base class for all CommandRequested QSceneChange events.
*
* The QNodeCommand class is the base class for all QSceneChange events that
* have the changeType() CommandRequested.
diff --git a/src/core/changes/qnodecreatedchange.cpp b/src/core/changes/qnodecreatedchange.cpp
index 34ca939d7..a14e8b7fd 100644
--- a/src/core/changes/qnodecreatedchange.cpp
+++ b/src/core/changes/qnodecreatedchange.cpp
@@ -58,7 +58,7 @@ QNodeCreatedChangeBasePrivate::QNodeCreatedChangeBasePrivate(const QNode *node)
* \inheaderfile Qt3DCore/QNodeCreatedChangeBase
* \inherits Qt3DCore::QSceneChange
* \inmodule Qt3DCore
- * \brief The QNodeCreatedChangeBase class is the base class for all NodeCreated QSceneChange events
+ * \brief The QNodeCreatedChangeBase class is the base class for all NodeCreated QSceneChange events.
*
* The QNodeCreatedChangeBase class is the base class for all QSceneChange events that
* have the changeType() NodeCreated. You should not need to instantiate this class.
diff --git a/src/core/changes/qpropertynodeaddedchange.cpp b/src/core/changes/qpropertynodeaddedchange.cpp
index 90343493a..865de2731 100644
--- a/src/core/changes/qpropertynodeaddedchange.cpp
+++ b/src/core/changes/qpropertynodeaddedchange.cpp
@@ -57,7 +57,7 @@ QPropertyNodeAddedChangePrivate::QPropertyNodeAddedChangePrivate()
* \inheaderfile Qt3DCore/QPropertyNodeAddedChange
* \inherits Qt3DCore::QStaticPropertyValueAddedChangeBase
* \inmodule Qt3DCore
- * \brief Used to notify when a node is added to a property
+ * \brief Used to notify when a node is added to a property.
*
*/
diff --git a/src/core/changes/qpropertynoderemovedchange.cpp b/src/core/changes/qpropertynoderemovedchange.cpp
index a0f342d0b..d19629c37 100644
--- a/src/core/changes/qpropertynoderemovedchange.cpp
+++ b/src/core/changes/qpropertynoderemovedchange.cpp
@@ -58,7 +58,7 @@ QPropertyNodeRemovedChangePrivate::QPropertyNodeRemovedChangePrivate()
* \inheaderfile Qt3DCore/QPropertyNodeRemovedChange
* \inherits Qt3DCore::QStaticPropertyValueRemovedChangeBase
* \inmodule Qt3DCore
- * \brief The QPropertyNodeRemovedChange class is used to notify when a node is removed from a property
+ * \brief The QPropertyNodeRemovedChange class is used to notify when a node is removed from a property.
*
*/
diff --git a/src/core/changes/qpropertyupdatedchange.cpp b/src/core/changes/qpropertyupdatedchange.cpp
index c6025efbc..6b9352dfa 100644
--- a/src/core/changes/qpropertyupdatedchange.cpp
+++ b/src/core/changes/qpropertyupdatedchange.cpp
@@ -58,7 +58,7 @@ QPropertyUpdatedChangePrivate::~QPropertyUpdatedChangePrivate()
* \inheaderfile Qt3DCore/QPropertyUpdatedChange
* \inherits Qt3DCore::QStaticPropertyUpdatedChangeBase
* \inmodule Qt3DCore
- * \brief The QPropertyUpdatedChange class is used to notify when a property value is updated
+ * \brief The QPropertyUpdatedChange class is used to notify when a property value is updated.
*
*/
diff --git a/src/core/changes/qpropertyupdatedchangebase.cpp b/src/core/changes/qpropertyupdatedchangebase.cpp
index 5d79b9049..3080fb647 100644
--- a/src/core/changes/qpropertyupdatedchangebase.cpp
+++ b/src/core/changes/qpropertyupdatedchangebase.cpp
@@ -63,7 +63,7 @@ QPropertyUpdatedChangeBasePrivate *QPropertyUpdatedChangeBasePrivate::get(QPrope
* \class Qt3DCore::QPropertyUpdatedChangeBase
* \inheaderfile Qt3DCore/QPropertyUpdatedChangeBase
* \inmodule Qt3DCore
- * \brief The QPropertyUpdatedChangeBase class is the base class for all PropertyUpdated QSceneChange events
+ * \brief The QPropertyUpdatedChangeBase class is the base class for all PropertyUpdated QSceneChange events.
*
* The QPropertyUpdatedChangeBase class is the base class for all QSceneChange events that
* have the changeType() PropertyUpdated. You should not need to instantiate this class.
diff --git a/src/core/changes/qpropertyvalueaddedchange.cpp b/src/core/changes/qpropertyvalueaddedchange.cpp
index b7438fcbe..28d912632 100644
--- a/src/core/changes/qpropertyvalueaddedchange.cpp
+++ b/src/core/changes/qpropertyvalueaddedchange.cpp
@@ -55,7 +55,7 @@ QPropertyValueAddedChangePrivate::QPropertyValueAddedChangePrivate()
* \inheaderfile Qt3DCore/QPropertyValueAddedChange
* \inherits Qt3DCore::QStaticPropertyValueAddedChangeBase
* \inmodule Qt3DCore
- * \brief Used to notify when a value is added to a property
+ * \brief Used to notify when a value is added to a property.
*
*/
diff --git a/src/core/changes/qpropertyvalueaddedchangebase.cpp b/src/core/changes/qpropertyvalueaddedchangebase.cpp
index 3c9929496..aea5e1fd4 100644
--- a/src/core/changes/qpropertyvalueaddedchangebase.cpp
+++ b/src/core/changes/qpropertyvalueaddedchangebase.cpp
@@ -58,7 +58,7 @@ QPropertyValueAddedChangeBasePrivate::~QPropertyValueAddedChangeBasePrivate()
* \class Qt3DCore::QPropertyValueAddedChangeBase
* \inheaderfile Qt3DCore/QPropertyValueAddedChangeBase
* \inmodule Qt3DCore
- * \brief The QPropertyValueAddedChangeBase class is the base class for all PropertyValueAdded QSceneChange events
+ * \brief The QPropertyValueAddedChangeBase class is the base class for all PropertyValueAdded QSceneChange events.
*
* The QPropertyValueAddedChangeBase class is the base class for all QSceneChange events that
* have the changeType() PropertyValueAdded. You should not need to instantiate this class.
diff --git a/src/core/changes/qpropertyvalueremovedchange.cpp b/src/core/changes/qpropertyvalueremovedchange.cpp
index 9d420abc0..89cf5620f 100644
--- a/src/core/changes/qpropertyvalueremovedchange.cpp
+++ b/src/core/changes/qpropertyvalueremovedchange.cpp
@@ -56,7 +56,7 @@ QPropertyValueRemovedChangePrivate::QPropertyValueRemovedChangePrivate()
* \inheaderfile Qt3DCore/QPropertyValueRemovedChange
* \inherits Qt3DCore::QStaticPropertyValueRemovedChangeBase
* \inmodule Qt3DCore
- * \brief Used to notify when a value is added to a property
+ * \brief Used to notify when a value is added to a property.
*
*/
diff --git a/src/core/changes/qpropertyvalueremovedchangebase.cpp b/src/core/changes/qpropertyvalueremovedchangebase.cpp
index 71213019c..16d3c5946 100644
--- a/src/core/changes/qpropertyvalueremovedchangebase.cpp
+++ b/src/core/changes/qpropertyvalueremovedchangebase.cpp
@@ -58,7 +58,7 @@ QPropertyValueRemovedChangeBasePrivate::~QPropertyValueRemovedChangeBasePrivate(
* \class Qt3DCore::QPropertyValueRemovedChangeBase
* \inheaderfile Qt3DCore/QPropertyValueRemovedChangeBase
* \inmodule Qt3DCore
- * \brief The QPropertyValueRemovedChangeBase class is the base class for all PropertyValueRemoved QSceneChange events
+ * \brief The QPropertyValueRemovedChangeBase class is the base class for all PropertyValueRemoved QSceneChange events.
*
* The QPropertyValueRemovedChangeBase class is the base class for all QSceneChange events that
* have the changeType() PropertyValueRemoved. You should not need to instantiate this class.
diff --git a/src/core/changes/qstaticpropertyupdatedchangebase.cpp b/src/core/changes/qstaticpropertyupdatedchangebase.cpp
index d065dbf0b..6aed5a822 100644
--- a/src/core/changes/qstaticpropertyupdatedchangebase.cpp
+++ b/src/core/changes/qstaticpropertyupdatedchangebase.cpp
@@ -61,7 +61,7 @@ QStaticPropertyUpdatedChangeBasePrivate::~QStaticPropertyUpdatedChangeBasePrivat
* \inheaderfile Qt3DCore/QStaticPropertyUpdatedChangeBase
* \inmodule Qt3DCore
* \since 5.7
- * \brief The QStaticPropertyUpdatedChangeBase class is the base class for all static PropertyUpdated QSceneChange events
+ * \brief The QStaticPropertyUpdatedChangeBase class is the base class for all static PropertyUpdated QSceneChange events.
*
*/
diff --git a/src/core/changes/qstaticpropertyvalueaddedchangebase.cpp b/src/core/changes/qstaticpropertyvalueaddedchangebase.cpp
index efd2c0165..ad2afc699 100644
--- a/src/core/changes/qstaticpropertyvalueaddedchangebase.cpp
+++ b/src/core/changes/qstaticpropertyvalueaddedchangebase.cpp
@@ -56,7 +56,7 @@ QStaticPropertyValueAddedChangeBasePrivate::QStaticPropertyValueAddedChangeBaseP
* \inheaderfile Qt3DCore/QStaticPropertyValueAddedChangeBase
* \inmodule Qt3DCore
* \since 5.7
- * \brief The QStaticPropertyValueAddedChangeBase class is the base class for all static PropertyValueAdded QSceneChange events
+ * \brief The QStaticPropertyValueAddedChangeBase class is the base class for all static PropertyValueAdded QSceneChange events.
*
*/
diff --git a/src/core/changes/qstaticpropertyvalueremovedchangebase.cpp b/src/core/changes/qstaticpropertyvalueremovedchangebase.cpp
index 622eb6524..2094d5aa2 100644
--- a/src/core/changes/qstaticpropertyvalueremovedchangebase.cpp
+++ b/src/core/changes/qstaticpropertyvalueremovedchangebase.cpp
@@ -55,7 +55,7 @@ QStaticPropertyValueRemovedChangeBasePrivate::QStaticPropertyValueRemovedChangeB
* \inheaderfile Qt3DCore/QStaticPropertyValueRemovedChangeBase
* \inmodule Qt3DCore
* \since 5.7
- * \brief The QStaticPropertyValueRemovedChangeBase class is the base class for all static PropertyValueRemoved QSceneChange events
+ * \brief The QStaticPropertyValueRemovedChangeBase class is the base class for all static PropertyValueRemoved QSceneChange events.
*
*/