mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-06-29 20:49:18 +02:00
Silenced compiler warning
This commit is contained in:
@ -181,7 +181,7 @@ static QPainterPath textPath(const QPainterPath &path, qreal textWidth,
|
||||
|
||||
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