| 115 | |
| 116 | |
| 117 | OcdFileFormat::OcdFileFormat(quint16 version) |
| 118 | : FileFormat { MapFile, idForVersion(version), labelForVersion(version), QStringLiteral("ocd"), featuresForVersion(version) } |
| 119 | , version { version } |
| 120 | { |
| 121 | // Nothing |
| 122 | } |
| 123 | |
| 124 | |
| 125 |
nothing calls this directly
no test coverage detected