Changes: changed UI, walking speed, time format
[ptas] / zouba / gpscontroller.cpp
index 932c0cf..618746a 100644 (file)
@@ -34,6 +34,7 @@ void GpsController::updateLocation( QGeoPositionInfo positionInfo )
   Location newLocation( positionInfo );
 
   emit locationChanged( newLocation );
+  m_location->stopUpdates();
 }
 
 void GpsController::startGps()