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

Method getContestPath

src/newcontestwidget.cpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28auto NewContestWidget::getSavingName() -> QString { return ui->savingName->text(); }
29
30auto NewContestWidget::getContestPath() -> QString { return ui->contestPath->text(); }
31
32auto NewContestWidget::checkReady() const -> bool {
33 return ! ui->contestTitle->text().isEmpty() && ! ui->contestPath->text().isEmpty() &&

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected