| 157 | } |
| 158 | |
| 159 | QString KeyAction::lockAction(int type){ |
| 160 | return QString("$lock:%1").arg(type); |
| 161 | } |
| 162 | |
| 163 | QString KeyAction::programAction(const QString& onPress, const QString& onRelease, int stop){ |
| 164 | // URL-encode the commands and place them in the string (":" and "+" are both replaced, so they won't interfere) |
nothing calls this directly
no outgoing calls
no test coverage detected