| 31 | { |
| 32 | |
| 33 | StringMatchFilter::StringMatchFilter(QObject *parent) : |
| 34 | Filter(parent), |
| 35 | mAcceptOnMatch(true), |
| 36 | mStringToMatch() |
| 37 | {} |
| 38 | |
| 39 | |
| 40 | Filter::Decision StringMatchFilter::decide(const LoggingEvent &event) const |
nothing calls this directly
no outgoing calls
no test coverage detected