MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / writeLineBreak

Function writeLineBreak

src/util/xml_stream_util.cpp:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46namespace OpenOrienteering {
47
48void writeLineBreak(QXmlStreamWriter& xml)
49{
50 if (!xml.autoFormatting())
51 {
52 static const QString linebreak = QLatin1String{"\n"};
53 xml.writeCharacters(linebreak);
54 }
55}
56
57
58QString numberToString(double value, int precision)

Callers 13

saveMethod · 0.85
saveUndoMethod · 0.85
saveRedoMethod · 0.85
exportImplementationMethod · 0.85
exportGeoreferencingMethod · 0.85
exportColorsMethod · 0.85
exportSymbolsMethod · 0.85
exportMapPartsMethod · 0.85
exportTemplatesMethod · 0.85
exportViewMethod · 0.85
exportPrintMethod · 0.85
exportUndoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected