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

Method getAsString

src/common.cpp:40–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40QString ValueMap::getAsString()
41{
42 QString result;
43
44 for(const auto &entry: m_map)
45 {
46 const QString key = entry.first;
47 const QString val = entry.second;
48 result += key + '=' + val + '\n';
49 }
50 return result;
51}
52
53void ValueMap::load(QTextStream& ts)
54{

Callers 1

calcOptionHelpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected