pub unsafe fn q_global_q_hash_seed() -> c_int
Expand description

Returns the current global QHash seed.

Calls C++ function: int qGlobalQHashSeed().

C++ documentation:

Returns the current global QHash seed.

The seed is set in any newly created QHash. See qHash about how this seed is being used by QHash.

This function was introduced in Qt 5.6.

See also qSetGlobalQHashSeed.