Skip to content

Commit

Permalink
activate 1000ms update in qtlocationconnection
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernasocchi committed Jun 22, 2012
1 parent 130bf0d commit 5445178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/gps/qgsqtlocationconnection.cpp
Expand Up @@ -158,7 +158,7 @@ void QgsQtLocationConnection::startGPS()
if ( locationDataSource )
{
locationDataSource->setPreferredPositioningMethods( QGeoPositionInfoSource::SatellitePositioningMethods ); //QGeoPositionInfoSource::AllPositioningMethods
// locationDataSource->setUpdateInterval(1000);
locationDataSource->setUpdateInterval(1000);
// Whenever the location data source signals that the current
// position is updated, the positionUpdated function is called.
QObject::connect( locationDataSource,
Expand Down

0 comments on commit 5445178

Please sign in to comment.