summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qhashseed/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Introduce QHashSeed and switch to size_t seedsThiago Macieira2021-05-231-0/+14
Commit 37e0953613ef9a3db137bc8d3076441d9ae317d9 added a to-do, but we can actually change the type, since we've documented since Qt 5.10 that setting a non-zero value (aside from -1) with qSetGlobalQHashSeed was not allowed. Storing a value to be reset later is simply not supported. Change-Id: Id2983978ad544ff79911fffd1671f7b5de284bab Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>