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

Method setSourceFilesPath

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

Source from the content-addressed store, hash-verified

114void Task::setAnswerFileExtension(const QString &extension) { answerFileExtension = extension; }
115
116void Task::setSourceFilesPath(const QStringList &pathList) { sourceFilesPath = pathList; }
117
118void Task::setSourceFilesName(const QStringList &nameList) { sourceFilesName = nameList; }
119

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected