MCPcopy Create free account
hub / github.com/carsonip/Penguin-Subtitle-Player / hasParser

Method hasParser

src/parser.cpp:50–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50bool Parser::hasParser(QString ext) {
51 for (QString e : getExtensions()) {
52 if (ext.compare(e, Qt::CaseInsensitive) == 0)
53 return true;
54 }
55 return false;
56}

Callers 1

dropEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected