| 734 | } |
| 735 | |
| 736 | void MapWidget::setGPSDisplay(GPSDisplay* gps_display) |
| 737 | { |
| 738 | this->gps_display = gps_display; |
| 739 | } |
| 740 | |
| 741 | void MapWidget::setTemporaryMarkerDisplay(GPSTemporaryMarkers* marker_display) |
| 742 | { |
no outgoing calls
no test coverage detected