summaryrefslogtreecommitdiffstats
path: root/src/core/qbackendscenepropertychange.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/qbackendscenepropertychange.h')
-rw-r--r--src/core/qbackendscenepropertychange.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/qbackendscenepropertychange.h b/src/core/qbackendscenepropertychange.h
index f7a6c34c3..539a829c6 100644
--- a/src/core/qbackendscenepropertychange.h
+++ b/src/core/qbackendscenepropertychange.h
@@ -43,7 +43,7 @@
#define QT3D_QBACKENDSCENEPROPERTYCHANGE_H
#include <Qt3DCore/qscenepropertychange.h>
-#include <Qt3DCore/qnodeuuid.h>
+#include <Qt3DCore/qnodeid.h>
QT_BEGIN_NAMESPACE
@@ -59,8 +59,8 @@ public:
Priority priority = Standard);
virtual ~QBackendScenePropertyChange();
- void setTargetNode(const QNodeUuid &id);
- QNodeUuid targetNode() const;
+ void setTargetNode(const QNodeId &id);
+ QNodeId targetNode() const;
protected:
Q_DECLARE_PRIVATE(QBackendScenePropertyChange)