summaryrefslogtreecommitdiffstats
path: root/src/render/texture/textureimage_p.h
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2016-03-24 16:44:49 +0000
committerSean Harmer <sean.harmer@kdab.com>2016-03-31 07:34:03 +0000
commitff1b489871bb6bbf77cdf067978eec2d5fe14297 (patch)
treef6da5076ff90253b16724e463cdb640ad1f5f233 /src/render/texture/textureimage_p.h
parent62164b418d463b909caf467f1241ec5bc51bd050 (diff)
TextureImageFunctor handles creation
Change-Id: Ibf4aec46eae85a7670143672c00e636b673d9bce Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/texture/textureimage_p.h')
-rw-r--r--src/render/texture/textureimage_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/texture/textureimage_p.h b/src/render/texture/textureimage_p.h
index 6a9a24a3a..8f39045e9 100644
--- a/src/render/texture/textureimage_p.h
+++ b/src/render/texture/textureimage_p.h
@@ -123,6 +123,7 @@ public:
TextureDataManager *textureDataManager);
Qt3DCore::QBackendNode *create(Qt3DCore::QNode *frontend) const Q_DECL_FINAL;
+ Qt3DCore::QBackendNode *create(const Qt3DCore::QNodeCreatedChangeBasePtr &change) const Q_DECL_FINAL;
Qt3DCore::QBackendNode *get(Qt3DCore::QNodeId id) const Q_DECL_FINAL;
void destroy(Qt3DCore::QNodeId id) const Q_DECL_FINAL;