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

Method rmSourceFilesAt

src/taskeditwidget.cpp:497–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495}
496
497void TaskEditWidget::rmSourceFilesAt(int loca) {
498 if (! editTask)
499 return;
500
501 editTask->removeSourceFilesAt(loca);
502}
503
504void TaskEditWidget::rmGraderFilesAt(int loca) {
505 if (! editTask)

Callers

nothing calls this directly

Calls 1

removeSourceFilesAtMethod · 0.80

Tested by

no test coverage detected