| 400 | QString CommandLineUtility::getEventGenerator() { return eventGenerator; } |
| 401 | |
| 402 | Logger::LogLevel CommandLineUtility::getCurrentLogLevel() { return currentLogLevel; } |
| 403 | |
| 404 | QString CommandLineUtility::getCurrentLogFile() { return currentLogFile; } |
| 405 |
nothing calls this directly
no outgoing calls
no test coverage detected