| 1015 | } |
| 1016 | |
| 1017 | void Interception_Worker::loadDisabledKeyboardList(const QStringList &disabledlist) |
| 1018 | { |
| 1019 | disabledKeyboardList = disabledlist; |
| 1020 | } |
| 1021 | |
| 1022 | void Interception_Worker::loadDisabledMouseList(const QStringList &disabledlist) |
| 1023 | { |
nothing calls this directly
no outgoing calls
no test coverage detected