MCPcopy Create free account
hub / github.com/KDE/kdiff3 / saveOptions

Method saveOptions

src/Options.cpp:92–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void 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
102void Options::readOptions(const KSharedConfigPtr config)
103{

Callers

nothing calls this directly

Calls 2

unpreserveFunction · 0.85
writeFunction · 0.85

Tested by

no test coverage detected