| 26 | } |
| 27 | |
| 28 | AddTaskDialog::~AddTaskDialog() { delete ui; } |
| 29 | |
| 30 | void AddTaskDialog::addTask(const QString &title, int _fullScore, int _timeLimit, int _memoryLimit) { |
| 31 | fullScore.append(_fullScore); |
nothing calls this directly
no outgoing calls
no test coverage detected