aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/openvg/qsgopenvglayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/openvg/qsgopenvglayer.h')
-rw-r--r--src/plugins/scenegraph/openvg/qsgopenvglayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/scenegraph/openvg/qsgopenvglayer.h b/src/plugins/scenegraph/openvg/qsgopenvglayer.h
index f2763463cd..1d52310f5c 100644
--- a/src/plugins/scenegraph/openvg/qsgopenvglayer.h
+++ b/src/plugins/scenegraph/openvg/qsgopenvglayer.h
@@ -116,7 +116,7 @@ class QSGOpenVGLayerPrivate : public QSGTexturePrivate
{
Q_DECLARE_PUBLIC(QSGOpenVGLayer)
public:
- int comparisonKey() const override;
+ qint64 comparisonKey() const override;
};
QT_END_NAMESPACE