| 389 | } |
| 390 | |
| 391 | void TaskEditWidget::refreshProblemTitle(const QString &title) { |
| 392 | if (! editTask) |
| 393 | return; |
| 394 | |
| 395 | ui->problemTitle->setText(title); |
| 396 | } |
| 397 | |
| 398 | void TaskEditWidget::refreshCompilerConfiguration() { |
| 399 | if (! editTask) |
nothing calls this directly
no outgoing calls
no test coverage detected