mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 05:34:47 +01:00
Cosmetics
This commit is contained in:
parent
34e48199b2
commit
71310116e3
@ -48,7 +48,7 @@ inline uint qHash(const Waypoint &key)
|
|||||||
return ::qHash(key.name());
|
return ::qHash(key.name());
|
||||||
}
|
}
|
||||||
|
|
||||||
QDebug operator<<(QDebug dbg, const Waypoint &Waypoint);
|
QDebug operator<<(QDebug dbg, const Waypoint &waypoint);
|
||||||
|
|
||||||
Q_DECLARE_TYPEINFO(Waypoint, Q_MOVABLE_TYPE);
|
Q_DECLARE_TYPEINFO(Waypoint, Q_MOVABLE_TYPE);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user