summaryrefslogtreecommitdiffstats
path: root/src/render/backend/rendertexture_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/backend/rendertexture_p.h')
-rw-r--r--src/render/backend/rendertexture_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/backend/rendertexture_p.h b/src/render/backend/rendertexture_p.h
index 0f7379ee3..d5bc1514d 100644
--- a/src/render/backend/rendertexture_p.h
+++ b/src/render/backend/rendertexture_p.h
@@ -141,8 +141,8 @@ public:
TextureDataManager *textureDataManager);
QBackendNode *create(QNode *frontend, const QBackendNodeFactory *factory) const Q_DECL_FINAL;
- QBackendNode *get(QNode *frontend) const Q_DECL_FINAL;
- void destroy(QNode *frontend) const Q_DECL_FINAL;
+ QBackendNode *get(const QNodeId &id) const Q_DECL_FINAL;
+ void destroy(const QNodeId &id) const Q_DECL_FINAL;
private:
TextureManager *m_textureManager;