summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qnode_p.h
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2014-11-16 17:30:51 +0000
committerSean Harmer <sean.harmer@kdab.com>2014-11-19 08:59:11 +0100
commit0eb4792685539fb0f8417a8004101ec41acac3df (patch)
tree9caa961d61633d0b65bb53aac605c612124c0dac /src/core/nodes/qnode_p.h
parent12b7d45bc60bd413e74c5ec7cdf0f1e097088875 (diff)
Rename QNodeUuid to QNodeId
Change-Id: I0450a4d4708af1ccd3d4c8f2ddc5c9a5c9deca27 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
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