| 359 | } |
| 360 | |
| 361 | void RebindWidget::on_applyButton_clicked(){ |
| 362 | applyChanges(selection, true); |
| 363 | } |
| 364 | |
| 365 | void RebindWidget::on_cancelButton_clicked(){ |
| 366 | // Re-load selection |
nothing calls this directly
no outgoing calls
no test coverage detected