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

Method CancellableController

Suscan/CancellableTask.cpp:82–85  ·  view source on GitHub ↗

////////////////////// CancellableController //////////////////////////////

Source from the content-addressed store, hash-verified

80
81/////////////////////////// CancellableController //////////////////////////////
82CancellableController::CancellableController(QObject *parent) : QObject(parent)
83{
84 this->worker.start();
85}
86
87CancellableController::~CancellableController(void)
88{

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected