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

Method hupSignalHandler

gui/clientmanager.cpp:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176
177#ifdef Q_OS_UNIX
178void ClientManager::hupSignalHandler(int)
179{
180 char a = 1;
181 ::write(sighup_fd[0], &a, sizeof(a));
182}
183
184void ClientManager::termSignalHandler(int)
185{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected