| 118 | void Task::setSourceFilesName(const QStringList &nameList) { sourceFilesName = nameList; } |
| 119 | |
| 120 | void Task::setGraderFilesPath(const QStringList &pathList) { graderFilesPath = pathList; } |
| 121 | |
| 122 | void Task::setGraderFilesName(const QStringList &nameList) { graderFilesName = nameList; } |
| 123 |
nothing calls this directly
no outgoing calls
no test coverage detected