mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-23 19:25:55 +01:00
Silenced compiler warning
This commit is contained in:
parent
038f4e7d64
commit
8cf73b5bb5
@ -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 ++) {
|
||||
|
Loading…
Reference in New Issue
Block a user