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

Added missing changes :-)

This commit is contained in:
2016-06-16 20:47:32 +02:00
parent f0c3f9b8c8
commit 1289762365
11 changed files with 231 additions and 126 deletions

View File

@ -22,6 +22,7 @@ class GraphView;
class ElevationGraph;
class SpeedGraph;
class HeartRateGraph;
class TemperatureGraph;
class TrackView;
class Map;
@ -158,6 +159,7 @@ private:
ElevationGraph *_elevationGraph;
SpeedGraph *_speedGraph;
HeartRateGraph *_heartRateGraph;
TemperatureGraph *_temperatureGraph;
QList<GraphTab> _tabs;
POI _poi;