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

Method advancedButtonClicked

src/compilersettings.cpp:242–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242void CompilerSettings::advancedButtonClicked() {
243 auto *dialog = new AdvancedCompilerSettingsDialog(this);
244 dialog->resetEditCompiler(curCompiler);
245
246 if (dialog->exec() == QDialog::Accepted) {
247 curCompiler->copyFrom(dialog->getEditCompiler());
248 }
249
250 delete dialog;
251}

Callers

nothing calls this directly

Calls 3

resetEditCompilerMethod · 0.80
getEditCompilerMethod · 0.80
copyFromMethod · 0.45

Tested by

no test coverage detected