| 412 | } |
| 413 | |
| 414 | void RebindWidget::on_modBox_currentIndexChanged(int index){ |
| 415 | if(index == 0) |
| 416 | ui->modButton->setChecked(false); |
| 417 | else { |
| 418 | ui->modButton->setChecked(true); |
| 419 | setBox(ui->modBox); |
| 420 | } |
| 421 | } |
| 422 | |
| 423 | void RebindWidget::on_fnBox_currentIndexChanged(int index){ |
| 424 | if(index == 0) |
nothing calls this directly
no outgoing calls
no test coverage detected