| 206 | QString VirtualKeyPushButton::getXcodestring() const { return xcodestring; } |
| 207 | |
| 208 | QString VirtualKeyPushButton::getDisplayString() const { return displayString; } |
| 209 | |
| 210 | bool VirtualKeyPushButton::getCurrentlyActive() const { return currentlyActive; } |
| 211 |
nothing calls this directly
no outgoing calls
no test coverage detected