MCPcopy Create free account
hub / github.com/Martchus/syncthingtray / exitApplication

Function exitApplication

cli/application.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46static int statusCode = 0;
47
48void exitApplication(int statusCode)
49{
50 ::Cli::statusCode = statusCode;
51 terminated = true;
52}
53
54inline QString argToQString(const char *arg, int size = -1)
55{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected