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

Method OcdFileFormat

src/fileformats/ocd_file_format.cpp:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116
117OcdFileFormat::OcdFileFormat(quint16 version)
118: FileFormat { MapFile, idForVersion(version), labelForVersion(version), QStringLiteral("ocd"), featuresForVersion(version) }
119, version { version }
120{
121 // Nothing
122}
123
124
125

Callers

nothing calls this directly

Calls 2

labelForVersionFunction · 0.85
featuresForVersionFunction · 0.85

Tested by

no test coverage detected