| 67 | } |
| 68 | |
| 69 | void AddTaskDialog::fullScoreChanged() { |
| 70 | int index = ui->taskBox->currentIndex(); |
| 71 | fullScore[index] = ui->fullScore->text().toInt(); |
| 72 | } |
| 73 | |
| 74 | void AddTaskDialog::timeLimitChanged() { |
| 75 | int index = ui->taskBox->currentIndex(); |
nothing calls this directly
no outgoing calls
no test coverage detected