| 20 | |
| 21 | |
| 22 | MatchParser::MatchParser(const QStringList& args) |
| 23 | : m_args(args), |
| 24 | m_priority(0) |
| 25 | { |
| 26 | } |
| 27 | |
| 28 | void MatchParser::addOption(const QString& name, |
| 29 | QMetaType::Type type, |
nothing calls this directly
no outgoing calls
no test coverage detected