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

Method MultitaskController

Suscan/MultitaskController.cpp:135–138  ·  view source on GitHub ↗

////////////////////// MultitaskController ////////////////////////////////

Source from the content-addressed store, hash-verified

133
134/////////////////////////// MultitaskController ////////////////////////////////
135MultitaskController::MultitaskController(QObject *parent) : QObject(parent)
136{
137 CancellableTask::assertTypeRegistration();
138}
139
140MultitaskController::~MultitaskController()
141{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected