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

Method standardInputCheckChanged

src/taskeditwidget.cpp:324–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324void TaskEditWidget::standardInputCheckChanged() {
325 if (! editTask)
326 return;
327
328 bool check = ui->standardInputCheck->isChecked();
329 editTask->setStandardInputCheck(check);
330 ui->inputFileName->setEnabled(! check);
331}
332
333void TaskEditWidget::standardOutputCheckChanged() {
334 if (! editTask)

Callers

nothing calls this directly

Calls 1

setStandardInputCheckMethod · 0.80

Tested by

no test coverage detected