MCPcopy Create free account
hub / github.com/Skycoder42/QHotkey / qHash

Function qHash

QHotkey/qhotkey.cpp:369–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367}
368
369QHOTKEY_HASH_SEED qHash(QHotkey::NativeShortcut key)
370{
371 return qHash(key.key) ^ qHash(key.modifier);
372}
373
374QHOTKEY_HASH_SEED qHash(QHotkey::NativeShortcut key, QHOTKEY_HASH_SEED seed)
375{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected