| 709 | } |
| 710 | |
| 711 | void |
| 712 | PanoramicDialog::run(void) |
| 713 | { |
| 714 | this->populateDeviceCombo(); |
| 715 | this->deserializeFATs(); |
| 716 | this->exec(); |
| 717 | this->saveConfig(); |
| 718 | this->ui->scanButton->setChecked(false); |
| 719 | this->onToggleScan(); |
| 720 | emit stop(); |
| 721 | } |
| 722 | |
| 723 | void |
| 724 | PanoramicDialog::redrawMeasures(void) |
nothing calls this directly
no test coverage detected