1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-26 00:14:24 +02:00

Make coverity happy

This commit is contained in:
2016-11-11 21:37:35 +01:00
parent 20c82deda7
commit 9cadb8d0a5
3 changed files with 10 additions and 2 deletions

View File

@ -26,6 +26,7 @@ PathItem::PathItem(QGraphicsItem *parent) : QGraphicsObject(parent)
_pen = QPen(brush, PATH_WIDTH);
_units = Metric;
_distance = 0;
_marker = new MarkerItem(this);