| 421 | } |
| 422 | |
| 423 | void RebindWidget::on_fnBox_currentIndexChanged(int index){ |
| 424 | if(index == 0) |
| 425 | ui->fnButton->setChecked(false); |
| 426 | else { |
| 427 | ui->fnButton->setChecked(true); |
| 428 | setBox(ui->fnBox); |
| 429 | } |
| 430 | } |
| 431 | |
| 432 | void RebindWidget::on_numBox_currentIndexChanged(int index){ |
| 433 | if(index == 0) |
nothing calls this directly
no outgoing calls
no test coverage detected