MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / onListChanged

Method onListChanged

Misc/MultitaskControllerModel.cpp:140–146  ·  view source on GitHub ↗

//////////////////////////// Slots ///////////////////////////////////////

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

getTaskVectorMethod · 0.80
cleanupMethod · 0.80

Tested by

no test coverage detected