Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
384
void TaskEditWidget::graderChanged(const QString &text) {
385
if (! editTask)
386
return;
387
388
editTask->setGrader(text);
389
}
390
391
void TaskEditWidget::refreshProblemTitle(const QString &title) {
392
if (! editTask)
Callers
nothing calls this directly
Calls
1
setGrader
Method · 0.80
Tested by
no test coverage detected