| 55 | void JudgingThread::setSpecialJudgeTimeLimit(int limit) { specialJudgeTimeLimit = limit; } |
| 56 | |
| 57 | void JudgingThread::setExecutableFile(const QString &fileName) { executableFile = fileName; } |
| 58 | |
| 59 | void JudgingThread::setArguments(const QString &argumentsList) { arguments = argumentsList; } |
| 60 |