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:
parent
0896b54831
commit
cdf198ec1d
@ -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;
|
||||||
|
|
||||||
|
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user