| 375 | } |
| 376 | |
| 377 | void TaskEditWidget::interactorNameChanged(const QString &text) { |
| 378 | if (! editTask) |
| 379 | return; |
| 380 | |
| 381 | editTask->setInteractorName(text); |
| 382 | } |
| 383 | |
| 384 | void TaskEditWidget::graderChanged(const QString &text) { |
| 385 | if (! editTask) |
nothing calls this directly
no test coverage detected