Commit Graph
6 Commits
Author SHA1 Message Date
Volker Krause 91a342e90d Cleanup pre-Qt 6.5 code 2023-11-19 14:14:36 +01:00
Volker Krause d34c1668aa Bump Qt deprecation level to 6.4 2023-02-01 17:16:45 +01:00
Volker Krause 4451737d2f Remove Qt 5 support 2023-01-24 17:15:14 +01:00
Volker Krause 2cbf815d1f Require passing tests for the CI to pass 2022-06-29 20:09:38 +02:00
Volker Krause 55d3c568b2 Add Qt6 Android CI 2022-03-01 16:04:48 +00:00
Volker Krause 96836e849f Fix handling of null terminated ANI metadata with Qt6
In Qt5 converting a QByteArray to a QString stops at the first null byte,
in Qt6 the QByteArray size is respected, and trailing null bytes are
therefore included in the final QString. Explicitly determine the length
of the string data to deal with that.
2022-01-22 22:03:21 +01:00