MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / addSourceFiles

Method addSourceFiles

src/taskeditwidget.cpp:490–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

appendSourceFilesMethod · 0.80

Tested by

no test coverage detected