Use size_t with qHash
qHash-related functions changed from Qt5 retirning uint to Qt6 returning size_t. It still compiled and worked due to type conversion, but adapt to that in order to be more correct
qHash-related functions changed from Qt5 retirning uint to Qt6 returning size_t. It still compiled and worked due to type conversion, but adapt to that in order to be more correct