Commit Graph
3 Commits
Author SHA1 Message Date
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