| 11 | {} |
| 12 | |
| 13 | bool Option::validate(Parser& parser, QString& value) |
| 14 | { |
| 15 | /* By default everything is accepted */ |
| 16 | return true; |
| 17 | } |
| 18 | |
| 19 | Option::Option(const QCommandLineOption& other) |
| 20 | : QCommandLineOption(other) |
no outgoing calls
no test coverage detected