| 588 | } |
| 589 | |
| 590 | void RebindWidget::on_lightButton_clicked(bool checked){ |
| 591 | if(checked && ui->lightBox->currentIndex() == 0) |
| 592 | ui->lightBox->setCurrentIndex(1); |
| 593 | } |
| 594 | |
| 595 | void RebindWidget::on_lockButton_clicked(bool checked){ |
| 596 | if(checked && ui->lockBox->currentIndex() == 0) |
nothing calls this directly
no outgoing calls
no test coverage detected