| 3639 | } |
| 3640 | |
| 3641 | void MapEditorController::gpsTemporaryPointClicked() |
| 3642 | { |
| 3643 | if (gps_marker_display->addPoint()) |
| 3644 | gps_temporary_clear_act->setEnabled(true); |
| 3645 | } |
| 3646 | |
| 3647 | void MapEditorController::gpsTemporaryPathClicked(bool enable) |
| 3648 | { |
nothing calls this directly
no test coverage detected