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

Function foreach

gui/src/forms/frmscan.cpp:279–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277 bool subtitleFileFound = false;
278 if (skipIfSubtitlesExists) {
279 foreach (QString subExt, staticConfig->subtitleExtensions()) {
280 if (QFile::exists((*p).absolutePath() + "/" +
281 (*p).completeBaseName() + "." + subExt)) {
282 subtitleFileFound = true;
283 break;
284 }
285 }
286 }
287
288 if (subtitleFileFound) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected