| 164 | } |
| 165 | |
| 166 | auto OpenContestWidget::getRecentContest() const -> const QStringList & { return recentContest; } |
| 167 | |
| 168 | auto OpenContestWidget::getCurrentRow() const -> int { return ui->recentContest->currentRow(); } |
nothing calls this directly
no outgoing calls
no test coverage detected