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

Method currentRowChanged

src/opencontestwidget.cpp:156–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void OpenContestWidget::currentRowChanged() {
157 int index = ui->recentContest->currentRow();
158
159 if (index != -1) {
160 ui->deleteButton->setEnabled(true);
161 } else {
162 ui->deleteButton->setEnabled(false);
163 }
164}
165
166auto OpenContestWidget::getRecentContest() const -> const QStringList & { return recentContest; }
167

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected