summaryrefslogtreecommitdiffstats
path: root/src/render/texture/textureimage_p.h
diff options
context:
space:
mode:
authorRobert Brock <robert.brock@kdab.com>2016-01-25 12:16:52 +0000
committerSean Harmer <sean.harmer@kdab.com>2016-02-07 15:18:31 +0000
commitd1a7fcf6969cfebe16c3590a01e7811fd4a718f3 (patch)
treedc6c14d346cc633f5849612cb7d335f461e13d40 /src/render/texture/textureimage_p.h
parent6931ac1c9461278baaddfef032101ab9e73694c4 (diff)
Removed factory member variable
The variable was removed from QBackendNode and subsequently all areas it appeared. Task-number: QTBUG-49682 Change-Id: I5904714b55aaefbe07ee11008ff49cd1d9b89950 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/render/texture/textureimage_p.h')
-rw-r--r--src/render/texture/textureimage_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/texture/textureimage_p.h b/src/render/texture/textureimage_p.h
index cb1f0619e..b4ab2f432 100644
--- a/src/render/texture/textureimage_p.h
+++ b/src/render/texture/textureimage_p.h
@@ -121,7 +121,7 @@ public:
TextureImageManager *textureImageManager,
TextureDataManager *textureDataManager);
- Qt3DCore::QBackendNode *create(Qt3DCore::QNode *frontend, const Qt3DCore::QBackendNodeFactory *factory) const Q_DECL_FINAL;
+ Qt3DCore::QBackendNode *create(Qt3DCore::QNode *frontend) const Q_DECL_FINAL;
Qt3DCore::QBackendNode *get(const Qt3DCore::QNodeId &id) const Q_DECL_FINAL;
void destroy(const Qt3DCore::QNodeId &id) const Q_DECL_FINAL;