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

Method refreshSummary

src/lemon.cpp:186–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186void LemonLime::refreshSummary() {
187 if (! ui->summary->isEnabled())
188 return;
189
190 ui->summary->setContest(curContest);
191}
192
193void LemonLime::summarySelectionChanged() {
194 if (! ui->summary->isEnabled())

Callers

nothing calls this directly

Calls 1

setContestMethod · 0.45

Tested by

no test coverage detected