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