| 5726 | } |
| 5727 | |
| 5728 | void QKeyMapper_Worker::FakerInputClient_setConnectState(FakerInputClient_ConnectState connectstate) |
| 5729 | { |
| 5730 | QMutexLocker locker(&s_FakerInputClient_Mutex); |
| 5731 | |
| 5732 | s_FakerInputClient_ConnectState = connectstate; |
| 5733 | } |
| 5734 | |
| 5735 | void QKeyMapper_Worker::updateFakerInputStatus() |
| 5736 | { |
nothing calls this directly
no outgoing calls
no test coverage detected