mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-02-21 10:10:49 +01:00
Fixed clazy warning
This commit is contained in:
parent
0896b54831
commit
cdf198ec1d
@ -1254,7 +1254,7 @@ void MapView::drawHillShading(bool draw)
|
||||
setMap(_map);
|
||||
}
|
||||
|
||||
void MapView::selectLayers(Layers layers)
|
||||
void MapView::selectLayers(MapView::Layers layers)
|
||||
{
|
||||
_layers = layers;
|
||||
|
||||
|
@ -136,7 +136,7 @@ public slots:
|
||||
void showMotionInfo(bool show);
|
||||
void useStyles(bool use);
|
||||
void drawHillShading(bool draw);
|
||||
void selectLayers(Layers layers);
|
||||
void selectLayers(MapView::Layers layers);
|
||||
|
||||
private slots:
|
||||
void updatePOI();
|
||||
|
Loading…
x
Reference in New Issue
Block a user