| 176 | |
| 177 | #ifdef Q_OS_UNIX |
| 178 | void ClientManager::hupSignalHandler(int) |
| 179 | { |
| 180 | char a = 1; |
| 181 | ::write(sighup_fd[0], &a, sizeof(a)); |
| 182 | } |
| 183 | |
| 184 | void ClientManager::termSignalHandler(int) |
| 185 | { |
nothing calls this directly
no outgoing calls
no test coverage detected