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

Method SubtitleDownloadEngine

libqnapi/src/engines/subtitledownloadengine.cpp:20–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#include "subconvert/subtitleformatsregistry.h"
19
20SubtitleDownloadEngine::SubtitleDownloadEngine(const QString& tmpPath)
21 : tmpPath(tmpPath) {}
22
23void SubtitleDownloadEngine::setMoviePath(const QString& path) { movie = path; }
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected