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

Method setMoviePath

gui/src/qnapi.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46bool QNapi::ppEnabled() { return config.postProcessingConfig().enabled(); }
47
48void QNapi::setMoviePath(QString path) {
49 movie = path;
50 currentEngine = QSharedPointer<SubtitleDownloadEngine>();
51}
52
53QString QNapi::moviePath() { return movie; }
54

Callers 4

foreachFunction · 0.45
lookForSubtitlesMethod · 0.45
foreachFunction · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected