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

Function foreach

gui/src/qnapi.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59void QNapi::clearSubtitlesList() {
60 subtitlesList.clear();
61 foreach (QSharedPointer<SubtitleDownloadEngine> e, enginesList) {
62 e->clearSubtitlesList();
63 }
64}
65
66void QNapi::checksum() {

Callers

nothing calls this directly

Calls 8

nameMethod · 0.80
clearSubtitlesListMethod · 0.45
checksumMethod · 0.45
setMoviePathMethod · 0.45
lookForSubtitlesMethod · 0.45
listSubtitlesMethod · 0.45
cleanupMethod · 0.45
metaMethod · 0.45

Tested by

no test coverage detected