| 402 | Logger::LogLevel CommandLineUtility::getCurrentLogLevel() { return currentLogLevel; } |
| 403 | |
| 404 | QString CommandLineUtility::getCurrentLogFile() { return currentLogFile; } |
| 405 | |
| 406 | QList<ControllerOptionsInfo> const &CommandLineUtility::getControllerOptionsList() { return controllerOptionsList; } |
| 407 |
nothing calls this directly
no outgoing calls
no test coverage detected