Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 4, 2022
1 parent bfcce07 commit 97dad11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/gps/qgsappgpssettingsmenu.h
Expand Up @@ -74,7 +74,7 @@ class APP_EXPORT QgsAppGpsSettingsMenu : public QMenu
void locationMarkerToggled( bool visible );
void bearingLineToggled( bool visible );
void rotateMapToggled( bool enabled );
void mapCenteringModeChanged( MapCenteringMode mode );
void mapCenteringModeChanged( QgsAppGpsSettingsMenu::MapCenteringMode mode );
void autoAddTrackPointsChanged( bool enabled );
void autoAddFeatureChanged( bool enabled );
void timeStampDestinationChanged( const QString &fieldName );
Expand Down

0 comments on commit 97dad11

Please sign in to comment.