| 361 | } |
| 362 | |
| 363 | void TaskEditWidget::specialJudgeChanged(const QString &text) { |
| 364 | if (! editTask) |
| 365 | return; |
| 366 | |
| 367 | editTask->setSpecialJudge(text); |
| 368 | } |
| 369 | |
| 370 | void TaskEditWidget::interactorChanged(const QString &text) { |
| 371 | if (! editTask) |
nothing calls this directly
no test coverage detected