MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / okayButtonClicked

Method okayButtonClicked

src/optionsdialog.cpp:38–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void OptionsDialog::okayButtonClicked() {
39 ui->tabWidget->setCurrentIndex(0);
40
41 if (! ui->generalSettings->checkValid())
42 return;
43
44 ui->tabWidget->setCurrentIndex(1);
45
46 if (! ui->compilerSettings->checkValid())
47 return;
48
49 accept();
50}

Callers

nothing calls this directly

Calls 1

checkValidMethod · 0.45

Tested by

no test coverage detected