| 518 | } |
| 519 | |
| 520 | void RebindWidget::on_lockBox_currentIndexChanged(int index){ |
| 521 | if(index == 0) |
| 522 | ui->lockButton->setChecked(false); |
| 523 | else { |
| 524 | ui->lockButton->setChecked(true); |
| 525 | setBox(ui->lockBox); |
| 526 | } |
| 527 | } |
| 528 | |
| 529 | void RebindWidget::on_programKpBox_textChanged(const QString &arg1){ |
| 530 | if(arg1.isEmpty()){ |
nothing calls this directly
no outgoing calls
no test coverage detected