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