summaryrefslogtreecommitdiffstats
path: root/src/core/qscene_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/qscene_p.h')
-rw-r--r--src/core/qscene_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/qscene_p.h b/src/core/qscene_p.h
index 379316247..afcfb9b40 100644
--- a/src/core/qscene_p.h
+++ b/src/core/qscene_p.h
@@ -64,6 +64,7 @@ namespace Qt3DCore {
class QScenePrivate;
class QAspectEngine;
+class NodePostConstructorInit;
typedef QList<QObservableInterface *> QObservableList;
@@ -106,6 +107,8 @@ public:
void setPropertyTrackDataForNode(QNodeId id, const NodePropertyTrackData &data);
void removePropertyTrackDataForNode(QNodeId id);
+ NodePostConstructorInit* postConstructorInit() const;
+
private:
Q_DECLARE_PRIVATE(QScene)
QScopedPointer<QScenePrivate> d_ptr;