Keyboard model and layout
| 111 | |
| 112 | // Keyboard model and layout |
| 113 | inline Model model() const { return keyModel; } |
| 114 | inline Layout layout() const { return keyLayout; } |
| 115 | inline QString name() const { return (strModel() + " " + strLayout()).toUpper(); } |
| 116 |
nothing calls this directly
no outgoing calls
no test coverage detected