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

Method onDone

Suscan/CancellableTask.cpp:187–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

deleteTaskMethod · 0.95

Tested by

no test coverage detected