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

Method setName

src/core/map_part.cpp:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70
71void MapPart::setName(const QString& new_name)
72{
73 name = new_name;
74 if (map)
75 emit map->mapPartChanged(map->findPartIndex(this), this);
76}
77
78
79

Callers

nothing calls this directly

Calls 1

findPartIndexMethod · 0.80

Tested by

no test coverage detected