| 563 | } |
| 564 | |
| 565 | void RebindWidget::on_modButton_clicked(bool checked){ |
| 566 | if(checked && ui->modBox->currentIndex() == 0) |
| 567 | ui->modBox->setCurrentIndex(1); |
| 568 | } |
| 569 | |
| 570 | void RebindWidget::on_fnButton_clicked(bool checked){ |
| 571 | if(checked && ui->fnBox->currentIndex() == 0) |
nothing calls this directly
no outgoing calls
no test coverage detected