Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
void QNapi::cleanup() {
178
foreach (QSharedPointer<SubtitleDownloadEngine> e, enginesList) {
179
e->cleanup();
180
}
181
}
182
183
QString QNapi::error() { return errorMsg; }
184
Callers
3
foreach
Function · 0.45
foreach
Function · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected