| 72 | } |
| 73 | |
| 74 | void AddTaskDialog::timeLimitChanged() { |
| 75 | int index = ui->taskBox->currentIndex(); |
| 76 | timeLimit[index] = ui->timeLimit->text().toInt(); |
| 77 | } |
| 78 | |
| 79 | void AddTaskDialog::memoryLimitChanged() { |
| 80 | int index = ui->taskBox->currentIndex(); |
nothing calls this directly
no outgoing calls
no test coverage detected