summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qnode.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.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.h')
-rw-r--r--src/core/nodes/qnode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nodes/qnode.h b/src/core/nodes/qnode.h
index 9056aae0c..01da4d961 100644
--- a/src/core/nodes/qnode.h
+++ b/src/core/nodes/qnode.h
@@ -44,7 +44,7 @@
#include <QObject>
#include <Qt3DCore/qt3dcore_global.h>
-#include <Qt3DCore/qnodeuuid.h>
+#include <Qt3DCore/qnodeid.h>
#include <Qt3DCore/qscenechange.h>
QT_BEGIN_NAMESPACE
@@ -74,7 +74,7 @@ public:
explicit QNode(QNode *parent = 0);
~QNode();
- const QNodeUuid uuid() const;
+ const QNodeId uuid() const;
QNode *parentNode() const;
bool notificationsBlocked() const;