Skip to content

Use correct data types for container indices

Volker Krause requested to merge work/vkrause/64bit-correct-api into master

There's one part in the public API still left with this problem, the QPair<const char*, int> uses in low-level header parsing. That probably should be replaced by QByteArrayView.

A few minor cleanups found on the way are included as well, see individual commits for details.

Merge request reports

Loading