We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc40eb commit 10fc681Copy full SHA for 10fc681
python/core/gps/qgsqtlocationconnection.sip
@@ -20,10 +20,12 @@ class QgsQtLocationConnection: QgsGPSConnection
20
/**Called when the position updated.*/
21
// void positionUpdated( const QGeoPositionInfo &info );
22
23
+%If (!ANDROID)
24
/**Called when the number of satellites in view is updated.*/
- // void satellitesInViewUpdated( const QList<QGeoSatelliteInfo>& satellites );
25
+ void satellitesInViewUpdated( const QList<QGeoSatelliteInfo>& satellites );
26
27
/**Called when the number of satellites in use is updated.*/
- // void satellitesInUseUpdated( const QList<QGeoSatelliteInfo>& satellites );
28
+ void satellitesInUseUpdated( const QList<QGeoSatelliteInfo>& satellites );
29
+%End
30
};
31
%End
0 commit comments