| 368 | } |
| 369 | |
| 370 | void TaskEditWidget::interactorChanged(const QString &text) { |
| 371 | if (! editTask) |
| 372 | return; |
| 373 | |
| 374 | editTask->setInteractor(text); |
| 375 | } |
| 376 | |
| 377 | void TaskEditWidget::interactorNameChanged(const QString &text) { |
| 378 | if (! editTask) |
nothing calls this directly
no test coverage detected