summaryrefslogtreecommitdiffstats
path: root/src/core/changes/qpropertynodeaddedchange.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/changes/qpropertynodeaddedchange.cpp')
-rw-r--r--src/core/changes/qpropertynodeaddedchange.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/changes/qpropertynodeaddedchange.cpp b/src/core/changes/qpropertynodeaddedchange.cpp
index 865de2731..347d7f188 100644
--- a/src/core/changes/qpropertynodeaddedchange.cpp
+++ b/src/core/changes/qpropertynodeaddedchange.cpp
@@ -85,7 +85,7 @@ QPropertyNodeAddedChange::QPropertyNodeAddedChange(QNodeId subjectId, QNode *nod
// loop will still be blocked. So force it here and we catch this
// eventuality in the _q_postConstructorInit() function so that we
// do not repeat the creation and new child scene change events.
- QNodePrivate::get(node)->_q_postConstructorInit();
+ QNodePrivate::get(node)->_q_ensureBackendNodeCreated();
}
/*! \internal */