| 578 | } |
| 579 | |
| 580 | void RebindWidget::on_mediaButton_clicked(bool checked){ |
| 581 | if(checked && ui->mediaBox->currentIndex() == 0) |
| 582 | ui->mediaBox->setCurrentIndex(1); |
| 583 | } |
| 584 | |
| 585 | void RebindWidget::on_modeButton_clicked(bool checked){ |
| 586 | if(checked && ui->modeBox->currentIndex() == 0) |
nothing calls this directly
no outgoing calls
no test coverage detected