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

Method download

gui/src/qnapi.cpp:146–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144int QNapi::bestIdx() { return theBestIdx; }
145
146bool QNapi::download(int i) {
147 SubtitleInfo s = subtitlesList[i];
148 currentEngine = engineByName(s.engine);
149 if (!currentEngine) return false;
150 return currentEngine->download(s.id);
151}
152
153bool QNapi::unpack(int i) {
154 return currentEngine ? currentEngine->unpack(subtitlesList[i].id) : false;

Callers 4

showOpenDialogMethod · 0.45
showScanDialogMethod · 0.45
foreachFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected