| 114 | void Task::setAnswerFileExtension(const QString &extension) { answerFileExtension = extension; } |
| 115 | |
| 116 | void Task::setSourceFilesPath(const QStringList &pathList) { sourceFilesPath = pathList; } |
| 117 | |
| 118 | void Task::setSourceFilesName(const QStringList &nameList) { sourceFilesName = nameList; } |
| 119 |
nothing calls this directly
no outgoing calls
no test coverage detected