| 155 | } |
| 156 | |
| 157 | QString tmate2PushDefaultAction(int encoderIndex) |
| 158 | { |
| 159 | switch (encoderIndex) { |
| 160 | case 0: return QStringLiteral("StepCycle"); |
| 161 | case 1: return QStringLiteral("ToggleRit"); |
| 162 | case 2: return QStringLiteral("ToggleXit"); |
| 163 | default: return QStringLiteral("None"); |
| 164 | } |
| 165 | } |
| 166 | |
| 167 | static bool isCwMomentaryActionId(const QString& id) |
| 168 | { |
no outgoing calls
no test coverage detected