| 35 | } |
| 36 | |
| 37 | void Parser::process(const QStringList& arguments) |
| 38 | { |
| 39 | _parser.process(arguments); |
| 40 | if (!parse(arguments)) |
| 41 | { |
| 42 | fprintf(stdout, "%s", qPrintable(tr("Error: %1").arg(_errorText))); |
| 43 | showHelp(EXIT_FAILURE); |
| 44 | } |
| 45 | } |
| 46 | |
| 47 | void Parser::process(const QCoreApplication& /*app*/) |
| 48 | { |