| 583 | } |
| 584 | |
| 585 | void RebindWidget::on_modeButton_clicked(bool checked){ |
| 586 | if(checked && ui->modeBox->currentIndex() == 0) |
| 587 | ui->modeBox->setCurrentIndex(1); |
| 588 | } |
| 589 | |
| 590 | void RebindWidget::on_lightButton_clicked(bool checked){ |
| 591 | if(checked && ui->lightBox->currentIndex() == 0) |
nothing calls this directly
no outgoing calls
no test coverage detected