| 184 | } |
| 185 | |
| 186 | void LemonLime::refreshSummary() { |
| 187 | if (! ui->summary->isEnabled()) |
| 188 | return; |
| 189 | |
| 190 | ui->summary->setContest(curContest); |
| 191 | } |
| 192 | |
| 193 | void LemonLime::summarySelectionChanged() { |
| 194 | if (! ui->summary->isEnabled()) |
nothing calls this directly
no test coverage detected