summaryrefslogtreecommitdiffstats
path: root/src/render/texture/qabstracttexture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/texture/qabstracttexture.h')
-rw-r--r--src/render/texture/qabstracttexture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/texture/qabstracttexture.h b/src/render/texture/qabstracttexture.h
index b3d5efb34..2512d0786 100644
--- a/src/render/texture/qabstracttexture.h
+++ b/src/render/texture/qabstracttexture.h
@@ -306,7 +306,7 @@ public:
int depth() const;
int layers() const;
int samples() const;
- QTextureGeneratorPtr dataGenerator() const;
+ Q3D_DECL_DEPRECATED QTextureGeneratorPtr dataGenerator() const;
HandleType handleType() const;
QVariant handle() const;