mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
less invasive workaround for #7859
This commit is contained in:
parent
7bc40eb65d
commit
10fc68119c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user