| 509 | } |
| 510 | |
| 511 | void TaskEditWidget::addGraderFiles(const QString &path, const QString &name) { |
| 512 | if (! editTask) |
| 513 | return; |
| 514 | |
| 515 | editTask->appendGraderFiles(path, name); |
| 516 | } |
| 517 | |
| 518 | void TaskEditWidget::addSourceFileClicked() { |
| 519 | if (! editTask) |
nothing calls this directly
no test coverage detected