Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QMetaType: use the heterogeneous lookup feature of QHash when possible
This probably doesn't make a difference because QByteArray::fromRawData is inline, does not allocate memory, and (as of the last commit) noexcept. As an beneficial side-effect, we get to test that feature in QtCore's own build. Change-Id: Ifd19cfdba83064bbf4d3fffdd032622ec102e234 Reviewed-by: Marc Mutz <[email protected]>
- Loading branch information