summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qnode_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nodes/qnode_p.h')
-rw-r--r--src/core/nodes/qnode_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/nodes/qnode_p.h b/src/core/nodes/qnode_p.h
index d8aa7e98f..17c38ba53 100644
--- a/src/core/nodes/qnode_p.h
+++ b/src/core/nodes/qnode_p.h
@@ -112,6 +112,9 @@ private:
PropertyChangeHandler<QNodePrivate> m_signals;
static QHash<QNodeId, QNode *> m_clonesLookupTable;
+
+ // Temporary flag so QNode know's whether to use cloning or not
+ static const bool ms_useCloning;
};
} // namespace Qt3DCore