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

Method deleteTask

Suscan/CancellableTask.cpp:139–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void
140CancellableController::deleteTask(void)
141{
142 if (this->task != nullptr) {
143 delete this->task;
144 this->task = nullptr;
145 }
146}
147
148bool
149CancellableController::process(QString const &name, CancellableTask *task)

Callers 4

processMethod · 0.95
onDoneMethod · 0.95
onCancelledMethod · 0.95
onErrorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected