| 120 | void Task::setGraderFilesPath(const QStringList &pathList) { graderFilesPath = pathList; } |
| 121 | |
| 122 | void Task::setGraderFilesName(const QStringList &nameList) { graderFilesName = nameList; } |
| 123 | |
| 124 | void Task::appendSourceFiles(const QString &path, const QString &name) { |
| 125 | sourceFilesPath.append(path); |
nothing calls this directly
no outgoing calls
no test coverage detected