mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-21 12:44:20 -04:00
Fix build with Qt 6.7 on 32 bits
Qt changed the argument type again in 0ed34d1992
This commit is contained in:
@ -963,7 +963,7 @@ bool XCFImageFormat::loadImageProperties(QDataStream &xcf_io, XCFImage &xcf_imag
|
||||
#if QT_VERSION < QT_VERSION_CHECK(6, 7, 0)
|
||||
quint32 size;
|
||||
#else
|
||||
qsizetype size;
|
||||
qint64 size;
|
||||
#endif
|
||||
|
||||
property.readBytes(tag, size);
|
||||
|
Reference in New Issue
Block a user