MCPcopy Create free account
hub / github.com/Zalafina/QKeyMapper / removeDoublePressTimerOnTimeout

Method removeDoublePressTimerOnTimeout

QKeyMapper/qkeymapper_worker.cpp:17707–17711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17705}
17706
17707void QKeyMapper_Worker::removeDoublePressTimerOnTimeout(const QString &keycodeString)
17708{
17709 QMutexLocker locker(&g_doublePressStateMutex);
17710 g_doublePressStateMap.remove(keycodeString);
17711}
17712
17713void QKeyMapper_Worker::clearAllDoublePressTimers()
17714{

Callers

nothing calls this directly

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected