summaryrefslogtreecommitdiffstats
path: root/src/core/qbackendscenepropertychange_p.h
diff options
context:
space:
mode:
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