| 354 | } |
| 355 | |
| 356 | void TaskEditWidget::realPrecisionChanged(int precision) { |
| 357 | if (! editTask) |
| 358 | return; |
| 359 | |
| 360 | editTask->setRealPrecision(precision); |
| 361 | } |
| 362 | |
| 363 | void TaskEditWidget::specialJudgeChanged(const QString &text) { |
| 364 | if (! editTask) |
nothing calls this directly
no test coverage detected