MCPcopy Create free account
hub / github.com/KDE/kdevelop / Filter

Method Filter

plugins/projectfilter/filter.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

endsWithMethod · 0.80
setPatternMethod · 0.80
QStringClass · 0.50

Tested by

no test coverage detected