| 67 | } |
| 68 | |
| 69 | bool ccCommandLineParser::error(const QString& message) const |
| 70 | { |
| 71 | ccConsole::Error(message); |
| 72 | |
| 73 | return false; |
| 74 | } |
| 75 | |
| 76 | bool ccCommandLineParser::errorDebug(const QString& message) const |
| 77 | { |
no outgoing calls
no test coverage detected