| 90 | } |
| 91 | |
| 92 | void Options::saveOptions(const KSharedConfigPtr config) |
| 93 | { |
| 94 | // No i18n()-Translations here! |
| 95 | |
| 96 | ConfigValueMap cvm(config->group(KDIFF3_CONFIG_GROUP)); |
| 97 | |
| 98 | unpreserve(); |
| 99 | write(&cvm); |
| 100 | } |
| 101 | |
| 102 | void Options::readOptions(const KSharedConfigPtr config) |
| 103 | { |
nothing calls this directly
no test coverage detected