summaryrefslogtreecommitdiffstats
path: root/src/render/backend/rendertarget_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/backend/rendertarget_p.h')
-rw-r--r--src/render/backend/rendertarget_p.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/render/backend/rendertarget_p.h b/src/render/backend/rendertarget_p.h
index d9748d0cb..8b7b09851 100644
--- a/src/render/backend/rendertarget_p.h
+++ b/src/render/backend/rendertarget_p.h
@@ -43,7 +43,7 @@
#define QT3D_RENDER_RENDERTARGET_H
#include <Qt3DCore/qbackendnode.h>
-#include <Qt3DCore/qnodeuuid.h>
+#include <Qt3DCore/qnodeid.h>
#include <QList>
QT_BEGIN_NAMESPACE
@@ -65,15 +65,15 @@ public:
void updateFromPeer(QNode *peer) Q_DECL_OVERRIDE;
void cleanup();
- void appendRenderAttachment(const QNodeUuid &attachmentId);
- void removeRenderAttachment(const QNodeUuid &attachmentId);
+ void appendRenderAttachment(const QNodeId &attachmentId);
+ void removeRenderAttachment(const QNodeId &attachmentId);
- QList<QNodeUuid> renderAttachments() const;
+ QList<QNodeId> renderAttachments() const;
void sceneChangeEvent(const QSceneChangePtr &e) Q_DECL_OVERRIDE;
private:
- QList<QNodeUuid> m_renderAttachments;
+ QList<QNodeId> m_renderAttachments;
};
} // Render