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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nodes/qnode_p.h b/src/core/nodes/qnode_p.h
index 5aa584c2b..4271f7d13 100644
--- a/src/core/nodes/qnode_p.h
+++ b/src/core/nodes/qnode_p.h
@@ -80,7 +80,7 @@ public:
// Later on we may decide to extend support for multiple observers.
QChangeArbiter *m_changeArbiter;
QSceneInterface *m_scene;
- mutable QNodeUuid m_uuid;
+ mutable QNodeId m_uuid;
bool m_blockNotifications;
static QNodePrivate *get(QNode *q);
@@ -98,7 +98,7 @@ private:
bool m_propertyChangesSetup;
PropertyChangeHandler<QNodePrivate> m_signals;
- static QHash<QNodeUuid, QNode *> m_clonesLookupTable;
+ static QHash<QNodeId, QNode *> m_clonesLookupTable;
};
} // namespace Qt3D