| 315 | } |
| 316 | |
| 317 | void TaskEditWidget::outputFileNameChanged(const QString &text) { |
| 318 | if (! editTask) |
| 319 | return; |
| 320 | |
| 321 | editTask->setOutputFileName(text); |
| 322 | } |
| 323 | |
| 324 | void TaskEditWidget::standardInputCheckChanged() { |
| 325 | if (! editTask) |
nothing calls this directly
no test coverage detected