less invasive workaround for #7859

This commit is contained in:
Marco Bernasocchi 2013-05-19 00:38:55 +02:00 committed by Larry Shaffer
parent 7bc40eb65d
commit 10fc68119c

View File

@ -20,10 +20,12 @@ class QgsQtLocationConnection: QgsGPSConnection
/**Called when the position updated.*/
// void positionUpdated( const QGeoPositionInfo &info );
%If (!ANDROID)
/**Called when the number of satellites in view is updated.*/
// void satellitesInViewUpdated( const QList<QGeoSatelliteInfo>& satellites );
void satellitesInViewUpdated( const QList<QGeoSatelliteInfo>& satellites );
/**Called when the number of satellites in use is updated.*/
// void satellitesInUseUpdated( const QList<QGeoSatelliteInfo>& satellites );
void satellitesInUseUpdated( const QList<QGeoSatelliteInfo>& satellites );
%End
};
%End