| 593 | } |
| 594 | |
| 595 | void RebindWidget::on_lockButton_clicked(bool checked){ |
| 596 | if(checked && ui->lockBox->currentIndex() == 0) |
| 597 | ui->lockBox->setCurrentIndex(1); |
| 598 | } |
| 599 | |
| 600 | void RebindWidget::on_programKpButton_clicked(bool checked){ |
| 601 | if(!checked){ |
nothing calls this directly
no outgoing calls
no test coverage detected