| 28 | auto NewContestWidget::getSavingName() -> QString { return ui->savingName->text(); } |
| 29 | |
| 30 | auto NewContestWidget::getContestPath() -> QString { return ui->contestPath->text(); } |
| 31 | |
| 32 | auto NewContestWidget::checkReady() const -> bool { |
| 33 | return ! ui->contestTitle->text().isEmpty() && ! ui->contestPath->text().isEmpty() && |
nothing calls this directly
no outgoing calls
no test coverage detected