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

Method standardOutputCheckChanged

src/taskeditwidget.cpp:333–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333void TaskEditWidget::standardOutputCheckChanged() {
334 if (! editTask)
335 return;
336
337 bool check = ui->standardOutputCheck->isChecked();
338 editTask->setStandardOutputCheck(check);
339 ui->outputFileName->setEnabled(! check);
340}
341
342void TaskEditWidget::comparisonModeChanged() {
343 if (! editTask)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected