| 2707 | } |
| 2708 | |
| 2709 | void MapEditorController::showWholeMap() |
| 2710 | { |
| 2711 | QRectF map_extent = map->calculateExtent(true, !main_view->areAllTemplatesHidden(), main_view); |
| 2712 | map_widget->adjustViewToRect(map_extent, MapWidget::ContinuousZoom); |
| 2713 | } |
| 2714 | |
| 2715 | void MapEditorController::editToolClicked() |
| 2716 | { |
nothing calls this directly
no test coverage detected