summaryrefslogtreecommitdiffstats
path: root/src/core/qbackendscenepropertychange_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/qbackendscenepropertychange_p.h
parent12b7d45bc60bd413e74c5ec7cdf0f1e097088875 (diff)
Rename QNodeUuid to QNodeId
Change-Id: I0450a4d4708af1ccd3d4c8f2ddc5c9a5c9deca27 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/core/qbackendscenepropertychange_p.h')
-rw-r--r--src/core/qbackendscenepropertychange_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/qbackendscenepropertychange_p.h b/src/core/qbackendscenepropertychange_p.h
index 842650517..4be5952a6 100644
--- a/src/core/qbackendscenepropertychange_p.h
+++ b/src/core/qbackendscenepropertychange_p.h
@@ -43,7 +43,7 @@
#define QT3D_QBACKENDSCENEPROPERTYCHANGE_P_H
#include <private/qscenepropertychange_p.h>
-#include <Qt3DCore/qnodeuuid.h>
+#include <Qt3DCore/qnodeid.h>
QT_BEGIN_NAMESPACE
@@ -59,7 +59,7 @@ public:
Q_DECLARE_PUBLIC(QBackendScenePropertyChange)
- QNodeUuid m_targetUuid;
+ QNodeId m_targetUuid;
};
} // Qt3D