Skip to content

Commit 10fc681

Browse files
mbernasocchidakcarto
authored andcommitted
less invasive workaround for #7859
1 parent 7bc40eb commit 10fc681

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

python/core/gps/qgsqtlocationconnection.sip

+4-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ class QgsQtLocationConnection: QgsGPSConnection
2020
/**Called when the position updated.*/
2121
// void positionUpdated( const QGeoPositionInfo &info );
2222

23+
%If (!ANDROID)
2324
/**Called when the number of satellites in view is updated.*/
24-
// void satellitesInViewUpdated( const QList<QGeoSatelliteInfo>& satellites );
25+
void satellitesInViewUpdated( const QList<QGeoSatelliteInfo>& satellites );
2526

2627
/**Called when the number of satellites in use is updated.*/
27-
// void satellitesInUseUpdated( const QList<QGeoSatelliteInfo>& satellites );
28+
void satellitesInUseUpdated( const QList<QGeoSatelliteInfo>& satellites );
29+
%End
2830
};
2931
%End

0 commit comments

Comments
 (0)