| 149 | } |
| 150 | |
| 151 | void SettingsWidget::on_ctrlBox_activated(int index){ |
| 152 | updateModifiers(); |
| 153 | } |
| 154 | |
| 155 | void SettingsWidget::on_altBox_activated(int index){ |
| 156 | updateModifiers(); |
nothing calls this directly
no outgoing calls
no test coverage detected