MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / makeDialogAlert

Method makeDialogAlert

src/core/taskjudger.cpp:538–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536}
537
538void TaskJudger::makeDialogAlert(QString msg) { emit dialogAlert(std::move(msg)); }
539void 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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected