Skip to content

Prepare for qHash changing its return value to size_t in Qt 6

Sqlite's INTEGER type can handle 64bit values, so the increased size is not a problem here, it's only about about resolving an overload ambiguity with size_t.

Merge request reports