| 18 | #include "subconvert/subtitleformatsregistry.h" |
| 19 | |
| 20 | SubtitleDownloadEngine::SubtitleDownloadEngine(const QString& tmpPath) |
| 21 | : tmpPath(tmpPath) {} |
| 22 | |
| 23 | void SubtitleDownloadEngine::setMoviePath(const QString& path) { movie = path; } |
| 24 |
nothing calls this directly
no outgoing calls
no test coverage detected