MCPcopy Create free account
hub / github.com/QNapi/qnapi / makeFilter

Method makeFilter

libqnapi/src/config/staticconfig.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40QString StaticConfig::makeFilter(const QStringList& extensions) const {
41 QStringList patterns;
42 foreach (QString extension, extensions) { patterns << "*." + extension; }
43 return patterns.join(" ");
44}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected