| 59 | void QNapi::clearSubtitlesList() { |
| 60 | subtitlesList.clear(); |
| 61 | foreach (QSharedPointer<SubtitleDownloadEngine> e, enginesList) { |
| 62 | e->clearSubtitlesList(); |
| 63 | } |
| 64 | } |
| 65 | |
| 66 | void QNapi::checksum() { |
nothing calls this directly
no test coverage detected