mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 03:29:16 +02:00
Added proper initialization to silence analysis tools
This commit is contained in:
@ -15,6 +15,10 @@
|
||||
ScaleItem::ScaleItem(QGraphicsItem *parent) : QGraphicsItem(parent)
|
||||
{
|
||||
_units = Metric;
|
||||
_zoom = ZOOM_MIN;
|
||||
_lat = 0;
|
||||
|
||||
computeScale();
|
||||
}
|
||||
|
||||
QRectF ScaleItem::boundingRect() const
|
||||
|
Reference in New Issue
Block a user