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

Method cleanup

gui/src/qnapi.cpp:177–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177void QNapi::cleanup() {
178 foreach (QSharedPointer<SubtitleDownloadEngine> e, enginesList) {
179 e->cleanup();
180 }
181}
182
183QString QNapi::error() { return errorMsg; }
184

Callers 3

foreachFunction · 0.45
foreachFunction · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected