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

Method onError

Misc/MultitaskControllerModel.cpp:148–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

titleMethod · 0.80
getTaskVectorMethod · 0.80

Tested by

no test coverage detected