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

Method checksum

gui/src/qnapi.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void QNapi::checksum() {
67 foreach (QSharedPointer<SubtitleDownloadEngine> e, enginesList) {
68 e->checksum(movie);
69 }
70}
71
72bool QNapi::lookForSubtitles(QString lang, QString engine) {
73 bool result = false;

Callers 3

foreachFunction · 0.45
foreachFunction · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected