X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=zouba%2Fgpscontroller.cpp;fp=zouba%2Fgpscontroller.cpp;h=618746afe871c27fe0fc5d5ad294618f9d2ef99a;hb=d559f9332d2b5d523f0b47bef5b39c2639cb5de5;hp=932c0cfe025165a1eb2147973f80ce21114875c1;hpb=5614aafa30d804dfe692671003d9d94f3b3dd182;p=ptas diff --git a/zouba/gpscontroller.cpp b/zouba/gpscontroller.cpp index 932c0cf..618746a 100644 --- a/zouba/gpscontroller.cpp +++ b/zouba/gpscontroller.cpp @@ -34,6 +34,7 @@ void GpsController::updateLocation( QGeoPositionInfo positionInfo ) Location newLocation( positionInfo ); emit locationChanged( newLocation ); + m_location->stopUpdates(); } void GpsController::startGps()