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

Method read

src/optiondialog.cpp:320–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318 }
319
320 void read(ValueMap* config) override
321 {
322 if(m_pVarStr != nullptr)
323 setText(config->readEntry(m_saveName, currentText()));
324 else
325 *m_pVarNum = config->readEntry(m_saveName, *m_pVarNum);
326 }
327
328 void preserveImp() override
329 {

Callers

nothing calls this directly

Calls 1

readEntryMethod · 0.80

Tested by

no test coverage detected