| 56 | } |
| 57 | |
| 58 | WindowsRemoteInput::WindowsRemoteInput(QObject *parent) |
| 59 | : AbstractRemoteInput(parent) |
| 60 | { |
| 61 | } |
| 62 | |
| 63 | bool WindowsRemoteInput::handlePacket(const NetworkPacket &np) |
| 64 | { |
nothing calls this directly
no outgoing calls
no test coverage detected