mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-05-14 15:17:32 +02:00
Microoptimization
This commit is contained in:
parent
7f591cb2c2
commit
408a671279
@ -41,10 +41,10 @@ public:
|
|||||||
ll2xy() the points in the MapData class as this can not be done in
|
ll2xy() the points in the MapData class as this can not be done in
|
||||||
parallel. */
|
parallel. */
|
||||||
QVector<QPointF> points;
|
QVector<QPointF> points;
|
||||||
|
RectC boundingRect;
|
||||||
Label label;
|
Label label;
|
||||||
Raster raster;
|
Raster raster;
|
||||||
quint32 type;
|
quint32 type;
|
||||||
RectC boundingRect;
|
|
||||||
quint32 flags;
|
quint32 flags;
|
||||||
|
|
||||||
bool operator<(const Poly &other) const
|
bool operator<(const Poly &other) const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user