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

Method onAccepted

Settings/ConfigDialog.cpp:239–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237
238
239void
240ConfigDialog::onAccepted(void)
241{
242 int i;
243
244 for (i = 0; i < this->ui->tabWidget->count(); ++i) {
245 ConfigTab *tab =
246 static_cast<ConfigTab *>(this->ui->tabWidget->widget(i));
247 tab->save();
248 }
249
250 this->accepted = true;
251}
252
253void
254ConfigDialog::onTabConfigChanged(void)

Callers

nothing calls this directly

Calls 1

saveMethod · 0.45

Tested by

no test coverage detected