| 13 | using namespace KDevelop; |
| 14 | |
| 15 | Filter::Filter() |
| 16 | : targets(Files | Folders) |
| 17 | { |
| 18 | } |
| 19 | |
| 20 | Filter::Filter(const SerializedFilter& filter) |
| 21 | : pattern(QString(), Qt::CaseSensitive, QRegExp::WildcardUnix) |
nothing calls this directly
no test coverage detected