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

Method writeEntry

src/ConfigValueMap.h:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 explicit ConfigValueMap(const KConfigGroup& config) : m_config(config) {}
30
31 void writeEntry(const QString& s, const QFont& v) override
32 {
33 m_config.writeEntry(s, v);
34 }
35 void writeEntry(const QString& s, const QColor& v) override
36 {
37 m_config.writeEntry(s, v);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected