| 142 | } |
| 143 | |
| 144 | QString KeyAction::modeAction(int mode){ |
| 145 | return QString("$mode:%1").arg(mode); |
| 146 | } |
| 147 | |
| 148 | QString KeyAction::dpiAction(int level, int customX, int customY){ |
| 149 | QString action = tr("$dpi:%1").arg(level); |
nothing calls this directly
no outgoing calls
no test coverage detected