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

Method writeEntry

src/common.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void ValueMap::writeEntry(const QString& k, const QFont& v)
137{
138 m_map[k] = v.family() + u8"," + QString::number(v.pointSize()) + u8"," + (v.bold() ? QStringLiteral("bold") : QStringLiteral("normal"));
139}
140
141void ValueMap::writeEntry(const QString& k, const QColor& v)
142{

Callers 8

writeFunction · 0.45
acceptMethod · 0.45
saveWindowMethod · 0.45
MergeFileInfos.cppFile · 0.45
writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
~KDiff3PluginHistoryMethod · 0.45

Calls 2

safeStringJoinFunction · 0.85
widthMethod · 0.80

Tested by

no test coverage detected