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

Method graderChanged

src/taskeditwidget.cpp:384–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384void TaskEditWidget::graderChanged(const QString &text) {
385 if (! editTask)
386 return;
387
388 editTask->setGrader(text);
389}
390
391void TaskEditWidget::refreshProblemTitle(const QString &title) {
392 if (! editTask)

Callers

nothing calls this directly

Calls 1

setGraderMethod · 0.80

Tested by

no test coverage detected