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

Method compilerListCurrentRowChanged

src/compilersettings.cpp:231–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231void CompilerSettings::compilerListCurrentRowChanged() {
232 if (ui->compilerList->currentItem()) {
233 int index = ui->compilerList->currentRow();
234 setCurrentCompiler(editSettings->getCompiler(index));
235 } else {
236 setCurrentCompiler(nullptr);
237 }
238
239 refreshItemState();
240}
241
242void CompilerSettings::advancedButtonClicked() {
243 auto *dialog = new AdvancedCompilerSettingsDialog(this);

Callers

nothing calls this directly

Calls 1

getCompilerMethod · 0.80

Tested by

no test coverage detected