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

Method refreshButtonClicked

src/lemon.cpp:255–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255void 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
264void removePath(const QString &path) {
265 if (path.isEmpty())

Callers

nothing calls this directly

Calls 3

refreshContestantListMethod · 0.80
refreshViewerMethod · 0.45
refreshMethod · 0.45

Tested by

no test coverage detected