mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-24 07:34:22 +02:00
Code cleanup
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user