| 39 | extern Global global; |
| 40 | |
| 41 | CmdLineTool::CmdLineTool(QObject *parent) : |
| 42 | QObject(parent) |
| 43 | { |
| 44 | } |
| 45 | |
| 46 | // Run the command line request. |
| 47 | int CmdLineTool::run(StartupConfig &config) { |
nothing calls this directly
no outgoing calls
no test coverage detected