| 631 | } |
| 632 | |
| 633 | void RebindWidget::on_dpiButton_clicked(bool checked){ |
| 634 | if(checked && ui->dpiBox->currentIndex() == 0) |
| 635 | ui->dpiBox->setCurrentIndex(1); |
| 636 | } |
| 637 | |
| 638 | void RebindWidget::on_programKpSIBox_clicked(bool checked){ |
| 639 | ui->programKpModeBox->setCurrentIndex(0); |
nothing calls this directly
no outgoing calls
no test coverage detected