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

Method addGraderFiles

src/taskeditwidget.cpp:511–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509}
510
511void TaskEditWidget::addGraderFiles(const QString &path, const QString &name) {
512 if (! editTask)
513 return;
514
515 editTask->appendGraderFiles(path, name);
516}
517
518void TaskEditWidget::addSourceFileClicked() {
519 if (! editTask)

Callers

nothing calls this directly

Calls 1

appendGraderFilesMethod · 0.80

Tested by

no test coverage detected