MCPcopy Create free account
hub / github.com/TheAssassin/AppImageLauncher / startTimerIfNecessary

Method startTimerIfNecessary

src/daemon/worker.cpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170void Worker::startTimerIfNecessary() {
171 if (!d->deferredOperationsTimer.isActive())
172 QMetaObject::invokeMethod(&d->deferredOperationsTimer, "start");
173}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected