MCPcopy Create free account
hub / github.com/KDAB/GammaRay / installSignalHandler

Function installSignalHandler

launcher/cli/main.cpp:64–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void installSignalHandler()
65{
66#ifdef SIGHUP
67 std::signal(SIGHUP, shutdownGracefully);
68#endif
69#ifdef SIGINT
70 std::signal(SIGINT, shutdownGracefully);
71#endif
72#ifdef SIGTERM
73 std::signal(SIGTERM, shutdownGracefully);
74#endif
75}
76
77QTextStream &out()
78{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected