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

Method write

src/optiondialog.cpp:312–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310 }
311
312 void write(ValueMap* config) const override
313 {
314 if(m_pVarStr != nullptr)
315 config->writeEntry(m_saveName, *m_pVarStr);
316 else
317 config->writeEntry(m_saveName, *m_pVarNum);
318 }
319
320 void read(ValueMap* config) override
321 {

Callers

nothing calls this directly

Calls 1

writeEntryMethod · 0.45

Tested by

no test coverage detected