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

Method setSubFormat

libqnapi/src/config/postprocessingconfig.h:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 skipConvertAds_, removeWordsEnabled_, removeWords_);
116 }
117 const PostProcessingConfig setSubFormat(const QString& subFormat) const {
118 return PostProcessingConfig(
119 enabled_, encodingChangeMethod_, encodingFrom_, encodingAutoDetectFrom_,
120 encodingTo_, showAllEncodings_, subFormat, subExtension_,
121 skipConvertAds_, removeWordsEnabled_, removeWords_);
122 }
123 const PostProcessingConfig setSubExtension(
124 const QString& subExtension) const {
125 return PostProcessingConfig(

Callers 3

analyzeMethod · 0.80
writeConfigMethod · 0.80
downloadMethod · 0.80

Calls 1

Tested by

no test coverage detected