aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsgtexture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/scenegraph/coreapi/qsgtexture.h')
-rw-r--r--src/quick/scenegraph/coreapi/qsgtexture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/scenegraph/coreapi/qsgtexture.h b/src/quick/scenegraph/coreapi/qsgtexture.h
index d9176f58f1..067a5151fd 100644
--- a/src/quick/scenegraph/coreapi/qsgtexture.h
+++ b/src/quick/scenegraph/coreapi/qsgtexture.h
@@ -85,7 +85,7 @@ public:
int layout;
};
- virtual int comparisonKey() const = 0;
+ virtual qint64 comparisonKey() const = 0;
virtual int textureId() const = 0; // ### Qt 6: remove
virtual QRhiTexture *rhiTexture() const;
NativeTexture nativeTexture() const;