////////////////////// MultitaskController ////////////////////////////////
| 133 | |
| 134 | /////////////////////////// MultitaskController //////////////////////////////// |
| 135 | MultitaskController::MultitaskController(QObject *parent) : QObject(parent) |
| 136 | { |
| 137 | CancellableTask::assertTypeRegistration(); |
| 138 | } |
| 139 | |
| 140 | MultitaskController::~MultitaskController() |
| 141 | { |
nothing calls this directly
no outgoing calls
no test coverage detected