1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-05-14 15:17:32 +02:00

Microoptimization

This commit is contained in:
Martin Tůma 2025-05-11 09:07:46 +02:00
parent 7f591cb2c2
commit 408a671279

View File

@ -41,10 +41,10 @@ public:
ll2xy() the points in the MapData class as this can not be done in
parallel. */
QVector<QPointF> points;
RectC boundingRect;
Label label;
Raster raster;
quint32 type;
RectC boundingRect;
quint32 flags;
bool operator<(const Poly &other) const