| 556 | } |
| 557 | |
| 558 | void MainWindow::OnLocationUpdated(location::GpsInfo const & info) |
| 559 | { |
| 560 | m_pDrawWidget->GetFramework().OnLocationUpdate(info); |
| 561 | } |
| 562 | |
| 563 | void MainWindow::OnMyPosition() |
| 564 | { |
nothing calls this directly
no test coverage detected