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

Method run

Components/AddTLESourceDialog.cpp:67–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67bool
68AddTLESourceDialog::run(void)
69{
70 this->setWindowTitle("Add TLE source");
71
72 this->reset();
73 this->ui->nameEdit->setFocus();
74 return this->exec() == DialogCode::Accepted;
75}
76
77void
78AddTLESourceDialog::reset(void)

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected