Skip to content

Use non-deprecated `QByteArray::size()`

Alexey Andreyev requested to merge work/aa13q/qt-bytearray-size-count into master

Instead of QByteArray::count() which is deprecated since Qt 6.4

See also: https://doc.qt.io/qt-6/qbytearray-obsolete.html

Merge request reports