| 253 | } |
| 254 | |
| 255 | void LemonLime::refreshButtonClicked() { |
| 256 | curContest->refreshContestantList(); |
| 257 | ui->resultViewer->refreshViewer(); |
| 258 | ui->statisticsBrowser->refresh(); |
| 259 | judgeExtButtonFlip(ui->resultViewer->rowCount() > 0); |
| 260 | ui->cleanupAction->setEnabled(true); |
| 261 | ui->refreshAction->setEnabled(true); |
| 262 | } |
| 263 | |
| 264 | void removePath(const QString &path) { |
| 265 | if (path.isEmpty()) |
nothing calls this directly
no test coverage detected