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

Method getTLESource

Components/AddTLESourceDialog.cpp:56–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56Suscan::TLESource
57AddTLESourceDialog::getTLESource(void) const
58{
59 Suscan::TLESource tleSrc;
60
61 tleSrc.name = this->ui->nameEdit->text().toStdString();
62 tleSrc.url = this->ui->urlEdit->text().toStdString();
63
64 return tleSrc;
65}
66
67bool
68AddTLESourceDialog::run(void)

Callers 1

onAddTLESourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected