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

Method setProblemTitle

src/core/task.cpp:74–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72auto Task::getGraderFilesName() const -> const QStringList & { return graderFilesName; }
73
74void Task::setProblemTitle(const QString &title) {
75 bool changed = problemTitle != title;
76 problemTitle = title;
77
78 if (changed)
79 emit problemTitleChanged(title);
80}
81
82void Task::setSubFolderCheck(bool check) { subFolderCheck = check; }
83

Callers 4

addTaskMethod · 0.80
addTaskWithScoreScaleMethod · 0.80
problemTitleChangedMethod · 0.80
itemChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected