| 224 | } |
| 225 | |
| 226 | void TaskEditWidget::problemTitleChanged(const QString &text) { |
| 227 | if (! editTask) |
| 228 | return; |
| 229 | |
| 230 | editTask->setProblemTitle(text); |
| 231 | } |
| 232 | |
| 233 | void TaskEditWidget::setToTraditional(bool check) { |
| 234 | if (! check || ! editTask) |
nothing calls this directly
no test coverage detected