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

Method p7zipDecoder

libqnapi/src/libqnapi.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113QSharedPointer<const P7ZipDecoder> LibQNapi::p7zipDecoder(
114 const QString& p7zipPath) {
115 return QSharedPointer<const P7ZipDecoder>(new P7ZipDecoder(p7zipPath));
116}
117
118QSharedPointer<const SubtitleMatcher> LibQNapi::subtitleMatcher(
119 const QNapiConfig& config) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected