| 783 | } |
| 784 | |
| 785 | QList<InputDevice> Interception_Worker::getMouseDeviceList() |
| 786 | { |
| 787 | return MouseDeviceList; |
| 788 | } |
| 789 | |
| 790 | QString Interception_Worker::getHardwareId(InterceptionDevice device) |
| 791 | { |
nothing calls this directly
no outgoing calls
no test coverage detected