Skip to content

Use size_t with qHash

Marco Martin requested to merge work/mart/size_t into master

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

Merge request reports