summaryrefslogtreecommitdiffstats
path: root/src/core/changes/qpropertyupdatedchangebase_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/changes/qpropertyupdatedchangebase_p.h')
-rw-r--r--src/core/changes/qpropertyupdatedchangebase_p.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/core/changes/qpropertyupdatedchangebase_p.h b/src/core/changes/qpropertyupdatedchangebase_p.h
index 3c32b2237..7c66812a1 100644
--- a/src/core/changes/qpropertyupdatedchangebase_p.h
+++ b/src/core/changes/qpropertyupdatedchangebase_p.h
@@ -51,7 +51,7 @@
// We mean it.
//
-#include <private/qscenechange_p.h>
+#include <Qt3DCore/private/qscenechange_p.h>
#include <Qt3DCore/private/qt3dcore_global_p.h>
QT_BEGIN_NAMESPACE
@@ -69,7 +69,12 @@ public:
static QPropertyUpdatedChangeBasePrivate *get(QPropertyUpdatedChangeBase *q);
Q_DECLARE_PUBLIC(QPropertyUpdatedChangeBase)
- bool m_isFinal;
+
+ // Frontend nodes should not receive intermediate animated property
+ // updated by default. Only if they subscribe. The animation aspect
+ // will set this to true for animating properties apart from the final
+ // frame's update.
+ bool m_isIntermediate;
};
} // namespace Qt3DCore