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

Code cleanup

This commit is contained in:
2016-09-26 21:01:58 +02:00
parent 014e260042
commit 70f4010f55
12 changed files with 271 additions and 356 deletions

View File

@ -21,7 +21,7 @@ class QSignalMapper;
class QPrinter;
class FileBrowser;
class GraphTab;
class TrackView;
class PathView;
class Map;
class GUI : public QMainWindow
@ -162,7 +162,7 @@ private:
QLabel *_distanceLabel;
QLabel *_timeLabel;
TrackView *_track;
PathView *_pathView;
QTabWidget *_trackGraphs;
QList<GraphTab*> _tabs;