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

Method onCancelClicked

Components/BackgroundTasksDialog.cpp:177–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177void
178BackgroundTasksDialog::onCancelClicked(QModelIndex index)
179{
180 this->controller->cancelByIndex(index.row());
181}
182
183void
184BackgroundTasksDialog::onError(QString title, QString err)

Callers

nothing calls this directly

Calls 1

cancelByIndexMethod · 0.80

Tested by

no test coverage detected