| 858 | } |
| 859 | |
| 860 | void MainWindow::OnCancelDownloadClicked() |
| 861 | { |
| 862 | GetFramework().GetStorage().CancelDownloadNode(m_lastCountry); |
| 863 | } |
| 864 | |
| 865 | void MainWindow::SetLayerEnabled(LayerType type, bool enable) |
| 866 | { |
nothing calls this directly
no test coverage detected