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

Method read

src/optiondialog.cpp:195–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 }
194
195 void read(ValueMap* config) override
196 {
197 m_list = config->readEntry(m_saveName, QStringList(m_defaultVal));
198 if(!m_list.empty()) setCurrent(m_list.front());
199 clear();
200 insertItems(0, m_list);
201 }
202
203 private:
204 void insertText()

Callers

nothing calls this directly

Calls 2

setCurrentFunction · 0.85
readEntryMethod · 0.80

Tested by

no test coverage detected