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

Enum EncodingChangeMethod

libqnapi/src/config/postprocessingconfig.h:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#include <QStringList>
20
21enum EncodingChangeMethod {
22 ECM_ORIGINAL = 0,
23 ECM_CHANGE = 1,
24 ECM_REPLACE_DIACRITICS = 2
25};
26
27class PostProcessingConfig {
28 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected