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

Method assertTypeRegistration

Suscan/CancellableTask.cpp:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void
39CancellableTask::assertTypeRegistration(void)
40{
41 if (!typesRegistered) {
42 qRegisterMetaType<Suscan::CancellableTask *>();
43 typesRegistered = true;
44 }
45}
46void
47CancellableTask::setProgress(qreal progress)
48{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected