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

Method MapPart

src/core/map_part.cpp:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54namespace OpenOrienteering {
55
56MapPart::MapPart(const QString& name, Map* map)
57: name(name)
58, map(map)
59{
60 Q_ASSERT(map);
61 ; // nothing else
62}
63
64MapPart::~MapPart()
65{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected