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

Method EditPointTool

src/tools/edit_point_tool.cpp:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85
86
87EditPointTool::EditPointTool(MapEditorController* editor, QAction* tool_action)
88 : EditTool { editor, EditPoint, tool_action }
89{
90 // noting else
91}
92
93EditPointTool::~EditPointTool()
94{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected