| 111 | } |
| 112 | |
| 113 | QSharedPointer<const P7ZipDecoder> LibQNapi::p7zipDecoder( |
| 114 | const QString& p7zipPath) { |
| 115 | return QSharedPointer<const P7ZipDecoder>(new P7ZipDecoder(p7zipPath)); |
| 116 | } |
| 117 | |
| 118 | QSharedPointer<const SubtitleMatcher> LibQNapi::subtitleMatcher( |
| 119 | const QNapiConfig& config) { |
nothing calls this directly
no outgoing calls
no test coverage detected