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

Method CancellableTask

Suscan/CancellableTask.cpp:28–31  ·  view source on GitHub ↗

///////////////////////// CancellableTask /////////////////////////////////

Source from the content-addressed store, hash-verified

26
27////////////////////////////// CancellableTask /////////////////////////////////
28CancellableTask::CancellableTask(QObject *parent) : QObject(parent)
29{
30 assertTypeRegistration();
31}
32
33CancellableTask::~CancellableTask(void)
34{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected