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

Extended links support + popup fixes

This commit is contained in:
2019-10-14 20:07:05 +02:00
parent e7f5da5af7
commit 694847a424
15 changed files with 70 additions and 24 deletions

View File

@ -21,6 +21,7 @@ public:
private:
QString _name;
QString _desc;
QVector<Link> _links;
QDateTime _date;
qreal _time;
qreal _movingTime;