mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-24 15:34:24 +02:00
Added support for track/route names and descriptions
This commit is contained in:
@ -19,6 +19,8 @@ public:
|
||||
private:
|
||||
QString toolTip();
|
||||
|
||||
QString _name;
|
||||
QString _desc;
|
||||
QDateTime _date;
|
||||
qreal _time;
|
||||
};
|
||||
|
Reference in New Issue
Block a user