| 46 | static int statusCode = 0; |
| 47 | |
| 48 | void exitApplication(int statusCode) |
| 49 | { |
| 50 | ::Cli::statusCode = statusCode; |
| 51 | terminated = true; |
| 52 | } |
| 53 | |
| 54 | inline QString argToQString(const char *arg, int size = -1) |
| 55 | { |
nothing calls this directly
no outgoing calls
no test coverage detected