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

Method Worker

src/daemon/worker.cpp:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110};
111
112Worker::Worker() {
113 d = std::make_shared<PrivateData>();
114
115 connect(this, &Worker::startTimer, this, &Worker::startTimerIfNecessary, Qt::QueuedConnection);
116 connect(&d->deferredOperationsTimer, &QTimer::timeout, this, &Worker::executeDeferredOperations);
117}
118
119void Worker::executeDeferredOperations() {
120 if (d->deferredOperations.empty()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected