| 536 | } |
| 537 | |
| 538 | void TaskJudger::makeDialogAlert(QString msg) { emit dialogAlert(std::move(msg)); } |
| 539 | void TaskJudger::taskSkipped(const std::pair<int, int> &cur) { |
| 540 | emit singleCaseFinished(contestant->getContestantName(), task->getTestCase(cur.first)->getTimeLimit(), |
| 541 | cur.first, cur.second, int(result[cur.first][cur.second]), 0, 0, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected