| 19 | #include <QStringList> |
| 20 | |
| 21 | enum EncodingChangeMethod { |
| 22 | ECM_ORIGINAL = 0, |
| 23 | ECM_CHANGE = 1, |
| 24 | ECM_REPLACE_DIACRITICS = 2 |
| 25 | }; |
| 26 | |
| 27 | class PostProcessingConfig { |
| 28 | private: |
nothing calls this directly
no outgoing calls
no test coverage detected