//////////////////////////// Slots ///////////////////////////////////////
| 138 | |
| 139 | ///////////////////////////////// Slots /////////////////////////////////////// |
| 140 | void |
| 141 | MultitaskControllerModel::onListChanged(void) |
| 142 | { |
| 143 | this->controller->getTaskVector(this->taskVec); |
| 144 | this->controller->cleanup(); |
| 145 | emit layoutChanged(); |
| 146 | } |
| 147 | |
| 148 | void |
| 149 | MultitaskControllerModel::onError(int index, QString message) |
nothing calls this directly
no test coverage detected