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

Function foreach

gui/src/forms/frmprogress.cpp:232–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 urlList = event->mimeData()->urls();
231
232 foreach (QUrl url, urlList) {
233 info.setFile(url.toLocalFile());
234 if (!info.exists() || !info.isFile()) continue;
235 enqueueFile(url.toLocalFile());
236 }
237}
238
239GetThread::GetThread()

Callers

nothing calls this directly

Calls 1

lookForSubtitlesMethod · 0.45

Tested by

no test coverage detected