summaryrefslogtreecommitdiffstats
path: root/src/render/backend/renderattachment_p.h
diff options
context:
space:
mode:
authorRobert Brock <robert.brock@kdab.com>2016-02-24 14:32:40 +0000
committerRobert Brock <robert.brock@kdab.com>2016-02-25 11:46:24 +0000
commitdfe0d0cb24a554455f774741e06e1cbd50831b1a (patch)
tree3fbf552a54f3fcd9c2332568300ec9c9f62ffb44 /src/render/backend/renderattachment_p.h
parent143b1c9a0993c371941919acbe52c76f7636502e (diff)
Remove QRenderAttachment name property
As per API review, name property is not needed as we can simply use the QObject::objectName property. Change-Id: I575c658a4af68145b50ad03e55971856479225e6 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/backend/renderattachment_p.h')
-rw-r--r--src/render/backend/renderattachment_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/render/backend/renderattachment_p.h b/src/render/backend/renderattachment_p.h
index 6d820160b..693c0e4c0 100644
--- a/src/render/backend/renderattachment_p.h
+++ b/src/render/backend/renderattachment_p.h
@@ -75,7 +75,6 @@ public:
Qt3DCore::QNodeId textureUuid() const;
int mipLevel() const;
int layer() const;
- QString name() const;
QRenderAttachment::CubeMapFace face() const;
QRenderAttachment::RenderAttachmentType type() const;
void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e) Q_DECL_OVERRIDE;