Remove conditions for no longer supported Qt versions

This commit is contained in:
Volker Krause
2025-04-08 18:46:13 +02:00
parent 92e4271e84
commit 7c7fa73020
2 changed files with 1 additions and 5 deletions

View File

@@ -962,11 +962,7 @@ bool XCFImageFormat::loadImageProperties(QDataStream &xcf_io, XCFImage &xcf_imag
case PROP_PARASITES:
while (!property.atEnd()) {
char *tag;
#if QT_VERSION < QT_VERSION_CHECK(6, 7, 0)
quint32 size;
#else
qint64 size;
#endif
property.readBytes(tag, size);