Eliminate a warning
Change-Id: I984821d90df272b85d02c6ee0db5a89174d80873 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>bb10
parent
ef7fd67845
commit
3e720809b0
|
|
@ -2124,8 +2124,8 @@ static QGlyphRun glyphRunWithInfo(QFontEngine *fontEngine, const QGlyphLayout &g
|
|||
Q_ASSERT(glyphsArray.size() == positionsArray.size());
|
||||
|
||||
qreal fontHeight = font.ascent() + font.descent();
|
||||
qreal minY;
|
||||
qreal maxY;
|
||||
qreal minY = 0;
|
||||
qreal maxY = 0;
|
||||
QVector<quint32> glyphs;
|
||||
QVector<QPointF> positions;
|
||||
for (int i=0; i<glyphsArray.size(); ++i) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue