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

Method matchSubtitles

gui/src/qnapi.cpp:157–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157bool QNapi::matchSubtitles() {
158 if (currentEngine) {
159 QSharedPointer<const SubtitleMatcher> matcher =
160 LibQNapi::subtitleMatcher(config);
161 return matcher->matchSubtitles(currentEngine->subtitlesTmp,
162 currentEngine->movie);
163 }
164
165 return false;
166}
167
168void QNapi::postProcessSubtitles() const {
169 if (currentEngine) {

Callers 2

foreachFunction · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected