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