summaryrefslogtreecommitdiffstats
path: root/src/core/qscenechange.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/qscenechange.cpp')
-rw-r--r--src/core/qscenechange.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/qscenechange.cpp b/src/core/qscenechange.cpp
index 20218f04c..5632b2a4d 100644
--- a/src/core/qscenechange.cpp
+++ b/src/core/qscenechange.cpp
@@ -58,6 +58,10 @@ namespace Qt3D {
\value AllChanges Allows an observer to monitor for any of the above changes.
*/
+/*!
+ \class Qt3D::QSceneChangePrivate
+ \internal
+*/
QSceneChangePrivate::QSceneChangePrivate(QSceneChange *qq)
: q_ptr(qq)
{
@@ -83,11 +87,13 @@ QSceneChange::~QSceneChange()
delete d_ptr;
}
+/*! \internal */
QSceneChange::QSceneChange(QSceneChangePrivate &dd)
: d_ptr(&dd)
{
}
+/*! \internal */
QSceneChange::QSceneChange(QSceneChangePrivate &dd, ChangeFlag type, ObservableType observableType, const QNodeId &subjectId, QSceneChange::Priority priority)
: d_ptr(&dd)
{