Skip to content

Test: fix the value of QT_HASH_SEED

Daniel Vrátil requested to merge work/dvratil/fix-qhash-randomization into master

Qt will only accept the variable if it's set to 0, otherwise it has no effect and all QHashes will be randomized.

Merge request reports