| 146 | } |
| 147 | |
| 148 | void |
| 149 | MultitaskControllerModel::onError(int index, QString message) |
| 150 | { |
| 151 | emit taskError(taskVec[index]->title(), message); |
| 152 | this->controller->getTaskVector(this->taskVec); |
| 153 | emit layoutChanged(); |
| 154 | } |
| 155 | |
| 156 | void |
| 157 | MultitaskControllerModel::onProgress(int index, qreal, QString) |
nothing calls this directly
no test coverage detected