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