MCPcopy Create free account
hub / github.com/codestation/qcma / threadStopped

Method threadStopped

gui/clientmanager.cpp:168–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168void ClientManager::threadStopped()
169{
170 mutex.lock();
171 if(--thread_count == 0) {
172 emit stopped();
173 }
174 mutex.unlock();
175}
176
177#ifdef Q_OS_UNIX
178void ClientManager::hupSignalHandler(int)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected