1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-07 16:02:51 +02:00

Fixed some clazy warnings

This commit is contained in:
2019-03-05 22:34:50 +01:00
parent efca589f01
commit 0e404e993e
11 changed files with 17 additions and 17 deletions

View File

@ -77,7 +77,7 @@ void PowerGraph::clear()
{
_avg.clear();
GraphView::clear();
GraphTab::clear();
}
void PowerGraph::showTracks(bool show)