mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-27 21:24:47 +01:00
Optimization
This commit is contained in:
parent
974290ce8b
commit
7827509a4a
@ -29,4 +29,6 @@ private:
|
||||
|
||||
typedef QVector<GraphPoint> Graph;
|
||||
|
||||
Q_DECLARE_TYPEINFO(GraphPoint, Q_PRIMITIVE_TYPE);
|
||||
|
||||
#endif // GRAPH_H
|
||||
|
@ -46,4 +46,6 @@ private:
|
||||
|
||||
QDebug operator<<(QDebug dbg, const Trackpoint &trackpoint);
|
||||
|
||||
Q_DECLARE_TYPEINFO(Trackpoint, Q_MOVABLE_TYPE);
|
||||
|
||||
#endif // TRACKPOINT_H
|
||||
|
@ -50,4 +50,6 @@ inline uint qHash(const Waypoint &key)
|
||||
|
||||
QDebug operator<<(QDebug dbg, const Waypoint &Waypoint);
|
||||
|
||||
Q_DECLARE_TYPEINFO(Waypoint, Q_MOVABLE_TYPE);
|
||||
|
||||
#endif // WAYPOINT_H
|
||||
|
Loading…
Reference in New Issue
Block a user