| 185 | } |
| 186 | |
| 187 | void |
| 188 | CancellableController::onDone(void) |
| 189 | { |
| 190 | this->doneReceived = true; |
| 191 | |
| 192 | emit done(); |
| 193 | |
| 194 | if (this->doneReceived) |
| 195 | this->deleteTask(); |
| 196 | } |
| 197 | |
| 198 | void |
| 199 | CancellableController::onCancelled(void) |
nothing calls this directly
no test coverage detected