| 488 | } |
| 489 | |
| 490 | void TaskEditWidget::addSourceFiles(const QString &path, const QString &name) { |
| 491 | if (! editTask) |
| 492 | return; |
| 493 | |
| 494 | editTask->appendSourceFiles(path, name); |
| 495 | } |
| 496 | |
| 497 | void TaskEditWidget::rmSourceFilesAt(int loca) { |
| 498 | if (! editTask) |
nothing calls this directly
no test coverage detected