mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 11:39:16 +02:00
Silenced compiler warnings
This commit is contained in:
@ -246,7 +246,7 @@ static QPainterPath textPath(const T &path, qreal textWidth, qreal charWidth,
|
||||
|
||||
for (int i = 0; i < lines.size(); i++) {
|
||||
const QPolygonF &pl = lines.at(i);
|
||||
qreal angle, length = 0;
|
||||
qreal angle = 0, length = 0;
|
||||
int last = 0;
|
||||
|
||||
for (int j = 1; j < pl.size(); j ++) {
|
||||
|
Reference in New Issue
Block a user