| 778 | } |
| 779 | |
| 780 | QList<InputDevice> Interception_Worker::getKeyboardDeviceList() |
| 781 | { |
| 782 | return KeyboardDeviceList; |
| 783 | } |
| 784 | |
| 785 | QList<InputDevice> Interception_Worker::getMouseDeviceList() |
| 786 | { |
nothing calls this directly
no outgoing calls
no test coverage detected