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

Method stopJudgingSlot

src/judgingdialog.cpp:439–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437}
438
439void JudgingDialog::stopJudgingSlot() {
440 stopJudging = true;
441 emit stopJudgingSignal();
442}
443
444void JudgingDialog::reject() { stopJudgingSlot(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected