| 73 | namespace OpenOrienteering { |
| 74 | |
| 75 | EditLineTool::EditLineTool(MapEditorController* editor, QAction* tool_action) |
| 76 | : EditTool(editor, EditLine, tool_action) |
| 77 | , highlight_renderables(new MapRenderables(map())) |
| 78 | { |
| 79 | // nothing |
| 80 | } |
| 81 | |
| 82 | EditLineTool::~EditLineTool() |
| 83 | { |
nothing calls this directly
no outgoing calls
no test coverage detected