| 1321 | QString InputDevice::getProfileName() { return profileName; } |
| 1322 | |
| 1323 | int InputDevice::getButtonDownCount() { return buttonDownCount; } |
| 1324 | |
| 1325 | QString InputDevice::getDescription() |
| 1326 | { |
nothing calls this directly
no outgoing calls
no test coverage detected