| 573 | } |
| 574 | |
| 575 | void RebindWidget::on_numButton_clicked(bool checked){ |
| 576 | if(checked && ui->numBox->currentIndex() == 0) |
| 577 | ui->numBox->setCurrentIndex(1); |
| 578 | } |
| 579 | |
| 580 | void RebindWidget::on_mediaButton_clicked(bool checked){ |
| 581 | if(checked && ui->mediaBox->currentIndex() == 0) |
nothing calls this directly
no outgoing calls
no test coverage detected