| 175 | } |
| 176 | |
| 177 | void |
| 178 | BackgroundTasksDialog::onCancelClicked(QModelIndex index) |
| 179 | { |
| 180 | this->controller->cancelByIndex(index.row()); |
| 181 | } |
| 182 | |
| 183 | void |
| 184 | BackgroundTasksDialog::onError(QString title, QString err) |
nothing calls this directly
no test coverage detected