Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
static_cast<size_t> for QByteArray::size with std::max
QByteArray::size returns qsizetype in Qt6, which needs to be converted to size_t to pass to std::max.
- Loading branch information