1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-02-22 18:20:49 +01:00

Fixed clazy warning

This commit is contained in:
Martin Tůma 2025-02-19 22:48:12 +01:00
parent 0896b54831
commit cdf198ec1d
2 changed files with 2 additions and 2 deletions

View File

@ -1254,7 +1254,7 @@ void MapView::drawHillShading(bool draw)
setMap(_map); setMap(_map);
} }
void MapView::selectLayers(Layers layers) void MapView::selectLayers(MapView::Layers layers)
{ {
_layers = layers; _layers = layers;

View File

@ -136,7 +136,7 @@ public slots:
void showMotionInfo(bool show); void showMotionInfo(bool show);
void useStyles(bool use); void useStyles(bool use);
void drawHillShading(bool draw); void drawHillShading(bool draw);
void selectLayers(Layers layers); void selectLayers(MapView::Layers layers);
private slots: private slots:
void updatePOI(); void updatePOI();