| 112 | } |
| 113 | |
| 114 | void Task::setAnswerFileExtension(const QString &extension) { answerFileExtension = extension; } |
| 115 | |
| 116 | void Task::setSourceFilesPath(const QStringList &pathList) { sourceFilesPath = pathList; } |
| 117 |
no outgoing calls
no test coverage detected