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

Method timeLimitChanged

src/addtaskdialog.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void AddTaskDialog::timeLimitChanged() {
75 int index = ui->taskBox->currentIndex();
76 timeLimit[index] = ui->timeLimit->text().toInt();
77}
78
79void AddTaskDialog::memoryLimitChanged() {
80 int index = ui->taskBox->currentIndex();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected