| 86 | void Task::setInputFileName(const QString &fileName) { inputFileName = fileName; } |
| 87 | |
| 88 | void Task::setOutputFileName(const QString &fileName) { outputFileName = fileName; } |
| 89 | |
| 90 | void Task::setStandardInputCheck(bool check) { standardInputCheck = check; } |
| 91 |
no outgoing calls
no test coverage detected