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

Code cleanup

This commit is contained in:
2016-11-13 09:49:31 +01:00
parent 371fa13bc6
commit 367427b26a
3 changed files with 7 additions and 7 deletions

View File

@ -14,7 +14,7 @@ class Track
public:
Track(const TrackData &data);
Path track() const;
Path path() const;
Graph elevation() const;
Graph speed() const;
Graph heartRate() const;