MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / run

Method run

Components/PanoramicDialog.cpp:711–721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

709}
710
711void
712PanoramicDialog::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
723void
724PanoramicDialog::redrawMeasures(void)

Callers

nothing calls this directly

Calls 4

populateDeviceComboMethod · 0.95
deserializeFATsMethod · 0.95
saveConfigMethod · 0.95
onToggleScanMethod · 0.95

Tested by

no test coverage detected