summaryrefslogtreecommitdiffstats
path: root/src/render/texture/qtexture_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/texture/qtexture_p.h')
-rw-r--r--src/render/texture/qtexture_p.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/render/texture/qtexture_p.h b/src/render/texture/qtexture_p.h
index 087480340..726bf2c01 100644
--- a/src/render/texture/qtexture_p.h
+++ b/src/render/texture/qtexture_p.h
@@ -84,13 +84,15 @@ class Q_AUTOTEST_EXPORT TextureDownloadRequest : public Qt3DCore::QDownloadReque
public:
TextureDownloadRequest(const QTextureFromSourceGeneratorPtr &functor,
const QUrl &url,
- Qt3DCore::QAspectEngine *engine);
+ Qt3DCore::QAspectEngine *engine,
+ Qt3DCore::QNodeId texNodeId);
void onCompleted() override;
private:
QTextureFromSourceGeneratorPtr m_functor;
Qt3DCore::QAspectEngine *m_engine;
+ Qt3DCore::QNodeId m_texNodeId;
};
class Q_AUTOTEST_EXPORT QTextureFromSourceGenerator : public QTextureGenerator,