Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QBitArray: simplify (size, value) ctor
Don't do the memset() manually just to save re-writing the single leading byte. Pass the initial values to the QByteArray constructor directly. Pick-to: 6.7 Change-Id: I67daf446bebb8c8c6b05d235746ee43604f42445 Reviewed-by: Thiago Macieira <[email protected]>
- Loading branch information