| 9906 | } |
| 9907 | |
| 9908 | void QKeyMapper_Worker::notifyUserChangedFilterKeys() |
| 9909 | { |
| 9910 | // Clear the restore flag since user manually changed FilterKeys |
| 9911 | s_RestoreFilterKeysState = false; |
| 9912 | #ifdef DEBUG_LOGOUT_ON |
| 9913 | qDebug() << "[QKeyMapper_Worker::notifyUserChangedFilterKeys] User changed FilterKeys, clearing restore flag"; |
| 9914 | #endif |
| 9915 | } |
| 9916 | |
| 9917 | void QKeyMapper_Worker::setKeyMappingRestart() |
| 9918 | { |
nothing calls this directly
no outgoing calls
no test coverage detected