| 132 | } |
| 133 | |
| 134 | QString tmate2EncoderDefaultAction(int encoderIndex) |
| 135 | { |
| 136 | switch (encoderIndex) { |
| 137 | case 0: return QStringLiteral("WheelFrequency"); |
| 138 | case 1: return QStringLiteral("WheelRit"); |
| 139 | case 2: return QStringLiteral("WheelXit"); |
| 140 | default: return QStringLiteral("WheelFrequency"); |
| 141 | } |
| 142 | } |
| 143 | |
| 144 | QString tmate2KeyDefaultAction(int keyIndex) |
| 145 | { |
no outgoing calls
no test coverage detected