qt5base-lts/tests/auto/corelib/tools/qhash
Lars Knoll c6cdf38e75 Change qHash() to work with size_t instead of uint
This is required, so that QHash and QSet can hold more
than 2^32 items on 64 bit platforms.

The actual hashing functions for strings are still 32bit, this will
be changed in a follow-up commit.

Change-Id: I4372125252486075ff3a0b45ecfa818359fe103b
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2020-04-09 20:03:25 +02:00
..
.gitignore Moving relevant tests to corelib/tools 2011-09-01 13:07:23 +02:00
.prev_CMakeLists.txt Regenerate tests/auto/corelib/tools 2019-11-12 17:26:27 +00:00
CMakeLists.txt Regenerate tests/auto/corelib/tools 2019-11-12 17:26:27 +00:00
qhash.pro Add QT_NO_JAVA_STYLE_ITERATORS and mark QtBase free of it 2019-07-03 14:48:37 +02:00
tst_qhash.cpp Change qHash() to work with size_t instead of uint 2020-04-09 20:03:25 +02:00