| 901 | } |
| 902 | |
| 903 | void MainWindow::OnRoutePointSelected(RouteMarkType type) |
| 904 | { |
| 905 | m_routing->setCurrent(type); |
| 906 | m_pDrawWidget->SetRoutePointAddMode(type); |
| 907 | } |
| 908 | |
| 909 | void MainWindow::OnFollowRoute() |
| 910 | { |
nothing calls this directly
no test coverage detected