aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/util/qsgplaintexture_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/scenegraph/util/qsgplaintexture_p.h')
-rw-r--r--src/quick/scenegraph/util/qsgplaintexture_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/scenegraph/util/qsgplaintexture_p.h b/src/quick/scenegraph/util/qsgplaintexture_p.h
index fed464a0b4..3589bdbcf7 100644
--- a/src/quick/scenegraph/util/qsgplaintexture_p.h
+++ b/src/quick/scenegraph/util/qsgplaintexture_p.h
@@ -83,7 +83,7 @@ public:
void setImage(const QImage &image);
const QImage &image() { return m_image; }
- int comparisonKey() const override;
+ qint64 comparisonKey() const override;
void bind() override;