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

Method configurationSelectionChanged

src/taskeditwidget.cpp:446–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446void TaskEditWidget::configurationSelectionChanged() {
447 if (! editTask)
448 return;
449
450 if (! ui->configurationSelect->isEnabled())
451 return;
452
453 editTask->setCompilerConfiguration(ui->compilersList->currentItem()->text(),
454 ui->configurationSelect->currentText());
455}
456
457void TaskEditWidget::answerFileExtensionChanged(const QString &extension) {
458 if (! editTask)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected