1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-28 05:34:47 +01:00

Cosmetics

This commit is contained in:
Martin Tůma 2016-12-06 21:03:19 +01:00
parent 34e48199b2
commit 71310116e3

View File

@ -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);