| 172 | } |
| 173 | |
| 174 | void SettingsWidget::on_layoutBox_activated(int index){ |
| 175 | KeyMap::Layout layout = (KeyMap::Layout)index; |
| 176 | CkbSettings::set("Program/KbdLayout", KeyMap::getLayout(layout)); |
| 177 | Kb::layout(layout); |
| 178 | } |
| 179 | |
| 180 | void SettingsWidget::on_extraButton_clicked(){ |
| 181 | extra->exec(); |
nothing calls this directly
no outgoing calls
no test coverage detected