summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2017-01-30 13:59:19 +0100
committerMarc Mutz <marc.mutz@kdab.com>2017-01-31 00:38:37 +0000
commit6a9cd5604e9bfd3debc4cece4d7c260e2333cb55 (patch)
tree034e6f4636eed6f6fc2d0a61f38d43180c19b187 /src/widgets
parent85468f7bccb276c2be5801481a6ce10f07581cdb (diff)
Don't narrow lengths in qHash() implementations
The crc32() functions take a size_t length, but the hash() functions wrapping them took int lengths. That makes no sense and actively hurts adding hash functions for STL types or QStringView, so port the hash() interface to size_t. Change-Id: Id303d6df4b698560fce656cec8ed693b01daac1c Reviewed-by: Milian Wolff <milian.wolff@kdab.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/widgets')
0 files changed, 0 insertions, 0 deletions