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

Method run

Settings/ConfigDialog.cpp:186–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186bool
187ConfigDialog::run(void)
188{
189 this->accepted = false;
190 this->setWindowTitle("Settings");
191
192 this->exec();
193
194 return this->accepted;
195}
196
197void
198ConfigDialog::appendConfigTab(ConfigTab *tab)

Callers 2

onAddTLESourceMethod · 0.45
onSaveProfileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected