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

Method timeLimitChanged

src/exttestcaseupdaterdialog.cpp:192–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void ExtTestCaseUpdaterDialog::timeLimitChanged(const QString &text) {
193 if (text.isEmpty()) {
194 if (editTime == MAY_EDIT)
195 timeLimit = MAY_EDIT;
196 else
197 ui->lineEditTime->setText(QString::number(defTimeLimit));
198 } else
199 timeLimit = text.toInt();
200}
201
202void ExtTestCaseUpdaterDialog::memoryLimitChanged(const QString &text) {
203 if (text.isEmpty()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected