| 430 | } |
| 431 | |
| 432 | void RebindWidget::on_numBox_currentIndexChanged(int index){ |
| 433 | if(index == 0) |
| 434 | ui->numButton->setChecked(false); |
| 435 | else { |
| 436 | ui->numButton->setChecked(true); |
| 437 | setBox(ui->numBox); |
| 438 | } |
| 439 | } |
| 440 | |
| 441 | void RebindWidget::on_mediaBox_currentIndexChanged(int index){ |
| 442 | if(index == 0) |
nothing calls this directly
no outgoing calls
no test coverage detected