aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgopengllayer_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/scenegraph/qsgopengllayer_p.h')
-rw-r--r--src/quick/scenegraph/qsgopengllayer_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/scenegraph/qsgopengllayer_p.h b/src/quick/scenegraph/qsgopengllayer_p.h
index e54571e311..2d33a6e5be 100644
--- a/src/quick/scenegraph/qsgopengllayer_p.h
+++ b/src/quick/scenegraph/qsgopengllayer_p.h
@@ -90,7 +90,7 @@ public:
bool hasMipmaps() const override;
int textureId() const override;
QSize textureSize() const override { return m_size; }
- int comparisonKey() const override;
+ qint64 comparisonKey() const override;
GLenum format() const { return m_format; }
void setFormat(GLenum format) override;