pub unsafe fn q_hash_q_version_number(
    key: impl CastInto<Ref<QVersionNumber>>
) -> c_uint
Expand description

Returns the hash value for the key, using seed to seed the calculation.

Calls C++ function: unsigned int qHash(const QVersionNumber& key).

C++ documentation:

Returns the hash value for the key, using seed to seed the calculation.

This function was introduced in Qt 5.6.