| 507 | } |
| 508 | |
| 509 | void RebindWidget::on_lightBox_currentIndexChanged(int index){ |
| 510 | if(index == 0){ |
| 511 | ui->lightButton->setChecked(false); |
| 512 | ui->lightWrapBox->hide(); |
| 513 | } else { |
| 514 | ui->lightWrapBox->show(); |
| 515 | ui->lightButton->setChecked(true); |
| 516 | setBox(ui->lightBox); |
| 517 | } |
| 518 | } |
| 519 | |
| 520 | void RebindWidget::on_lockBox_currentIndexChanged(int index){ |
| 521 | if(index == 0) |
nothing calls this directly
no outgoing calls
no test coverage detected