fix uint qHash(....)
Open, Needs TriagePublic

Description

qHash works on size_t nowadays, so it should be fixed in at least all public headers to

size_t qHash(const MyType& t, size_t seed = 0);

from various combinations of uint qHash(const MyType& t, uint seed =0) or without seed.

svuorela created this task.Dec 22 2023, 9:59 AM
svuorela added a subscriber: ognarb.

@ognarb and @svuorela has been doing some work, but some is still left