1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-20 13:54:24 +02:00

Code cleanup

This commit is contained in:
2016-06-24 00:55:44 +02:00
parent 68671ed994
commit c3d6294b7a
13 changed files with 157 additions and 184 deletions

View File

@ -2,7 +2,7 @@
#include "heartrategraph.h"
HeartRateGraph::HeartRateGraph(QWidget *parent) : GraphView(parent)
HeartRateGraph::HeartRateGraph(QWidget *parent) : GraphTab(parent)
{
_units = Metric;