pub unsafe fn q_hash_q_pointing_device_unique_id_uint(
    key: impl CastInto<Ref<QPointingDeviceUniqueId>>,
    seed: c_uint
) -> 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(QPointingDeviceUniqueId key, unsigned int seed = …).

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.