Skip to content

Make sizetest pass with Qt6

Volker Krause requested to merge work/vkrause/qt6-fix-sizetest into master

Several base types (QByteArray, QString, QVector) significantly grew in size in Qt6, so the growth control limits in here aren't really correct anymore.

Merge request reports