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

Method setSourceFilesName

src/core/task.cpp:118–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116void Task::setSourceFilesPath(const QStringList &pathList) { sourceFilesPath = pathList; }
117
118void Task::setSourceFilesName(const QStringList &nameList) { sourceFilesName = nameList; }
119
120void Task::setGraderFilesPath(const QStringList &pathList) { graderFilesPath = pathList; }
121

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected