summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2022-04-21 07:43:42 -0700
committerThiago Macieira <thiago.macieira@intel.com>2022-06-15 23:25:00 +0000
commitbc144312c18e7436275267ad8900fce980597c45 (patch)
treea6a46e5b9d60d1b51577cc9dae2a256fa3c2662c /tests/auto/corelib/global
parent2a1122f46587e27f3d93e1f2af63f439116569c4 (diff)
qHash: pass QByteArrayView to qHash() by value
The QBAV one should pass the parameter by value, like QStringView. And now that we have it, the non-View one should call the View one in an inline function, like we already do for QString. The extra, defaulted parameter is there only so we get a different signature in the new inline function compared to the removed one. Pick-to: 6.4 Change-Id: If05aeeb7176e4f13af9afffd16e7f08062b1dc86 Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Diffstat (limited to 'tests/auto/corelib/global')
0 files changed, 0 insertions, 0 deletions