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

Returns the hash value for font. If specified, seed is used to initialize the hash.

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

Warning: no exact match found in C++ documentation. Below is the C++ documentation for uint qHash(const QFont &font, uint seed = 0):

Returns the hash value for font. If specified, seed is used to initialize the hash.

This function was introduced in Qt 5.3.