MCPcopy Create free account
hub / github.com/YACReader/yacreader / transLateMultiValuedString

Function transLateMultiValuedString

YACReaderLibrary/xml_info_parser.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12QString transLateMultiValuedString(QString &string, const QString &originSeparator = ", ", const QString &targetSeparator = "\n")
13{
14 return string.replace(originSeparator, targetSeparator);
15}
16
17bool parseField(QXmlStreamReader &reader, const QString &xmlName, QVariant &dest, bool multivalued = false)
18{

Callers 1

parseFieldFunction · 0.85

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected