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

Method clearSubtitlesList

gui/src/qnapi.cpp:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

foreachFunction · 0.45
foreachFunction · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected