| 85 | |
| 86 | |
| 87 | EditPointTool::EditPointTool(MapEditorController* editor, QAction* tool_action) |
| 88 | : EditTool { editor, EditPoint, tool_action } |
| 89 | { |
| 90 | // noting else |
| 91 | } |
| 92 | |
| 93 | EditPointTool::~EditPointTool() |
| 94 | { |
nothing calls this directly
no outgoing calls
no test coverage detected