| 61 | void JudgingThread::setAnswerFile(const QString &fileName) { answerFile = fileName; } |
| 62 | |
| 63 | void JudgingThread::setInputFile(const QString &fileName) { inputFile = fileName; } |
| 64 | |
| 65 | void JudgingThread::setOutputFile(const QString &fileName) { outputFile = fileName; } |
| 66 |