| 616 | } |
| 617 | |
| 618 | void RebindWidget::on_mbButton_clicked(bool checked){ |
| 619 | if(checked && ui->mbBox->currentIndex() == 0) |
| 620 | ui->mbBox->setCurrentIndex(1); |
| 621 | } |
| 622 | |
| 623 | void RebindWidget::on_mb2Button_clicked(bool checked){ |
| 624 | if(checked && ui->mb2Box->currentIndex() == 0) |
nothing calls this directly
no outgoing calls
no test coverage detected