| 621 | } |
| 622 | |
| 623 | void RebindWidget::on_mb2Button_clicked(bool checked){ |
| 624 | if(checked && ui->mb2Box->currentIndex() == 0) |
| 625 | ui->mb2Box->setCurrentIndex(1); |
| 626 | } |
| 627 | |
| 628 | void RebindWidget::on_wheelButton_clicked(bool checked){ |
| 629 | if(checked && ui->wheelBox->currentIndex() == 0) |
nothing calls this directly
no outgoing calls
no test coverage detected