pub unsafe fn q_hash_i64(key: i64) -> c_uintExpand description
Returns the hash value for the key, using seed to seed the calculation.
Calls C++ function: unsigned int qHash(qint64 key).
Returns the hash value for the key, using seed to seed the calculation.
This function was introduced in Qt 5.0.