| 67 | void JudgingThread::setDiffPath(const QString &path) { diffPath = path; } |
| 68 | |
| 69 | void JudgingThread::setTask(Task *_task) { task = _task; } |
| 70 | |
| 71 | void JudgingThread::setFullScore(int score) { fullScore = score; } |
| 72 |
nothing calls this directly
no outgoing calls
no test coverage detected