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

Method specialJudgeChanged

src/taskeditwidget.cpp:363–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363void TaskEditWidget::specialJudgeChanged(const QString &text) {
364 if (! editTask)
365 return;
366
367 editTask->setSpecialJudge(text);
368}
369
370void TaskEditWidget::interactorChanged(const QString &text) {
371 if (! editTask)

Callers

nothing calls this directly

Calls 1

setSpecialJudgeMethod · 0.80

Tested by

no test coverage detected