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

Method subtitleMatcher

libqnapi/src/libqnapi.cpp:118–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118QSharedPointer<const SubtitleMatcher> LibQNapi::subtitleMatcher(
119 const QNapiConfig& config) {
120 return QSharedPointer<const SubtitleMatcher>(
121 new SubtitleMatcher(config.generalConfig().noBackup(),
122 config.postProcessingConfig().enabled(),
123 config.postProcessingConfig().subFormat(),
124 config.postProcessingConfig().subExtension(),
125 config.generalConfig().changePermissionsEnabled(),
126 config.generalConfig().changePermissionsTo(),
127 LibQNapi::subtitleFormatsRegistry()));
128}
129
130QSharedPointer<const SubtitlePostProcessor> LibQNapi::subtitlePostProcessor(
131 const PostProcessingConfig& config) {

Callers

nothing calls this directly

Calls 8

noBackupMethod · 0.80
generalConfigMethod · 0.80
enabledMethod · 0.80
postProcessingConfigMethod · 0.80
subFormatMethod · 0.80
subExtensionMethod · 0.80
changePermissionsToMethod · 0.80

Tested by

no test coverage detected