| 568 | } |
| 569 | |
| 570 | void RebindWidget::on_fnButton_clicked(bool checked){ |
| 571 | if(checked && ui->fnBox->currentIndex() == 0) |
| 572 | ui->fnBox->setCurrentIndex(1); |
| 573 | } |
| 574 | |
| 575 | void RebindWidget::on_numButton_clicked(bool checked){ |
| 576 | if(checked && ui->numBox->currentIndex() == 0) |
nothing calls this directly
no outgoing calls
no test coverage detected