tests: fix typo in comment
Spotted while grepping for 'imx'. Change-Id: I24889929e58045d6bba8dd74f213eff3c0487c4c Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This commit is contained in:
parent
ac5e198db4
commit
3a4f11c0f9
@ -370,7 +370,7 @@ void TiledPixmapPainter::paintEvent(QPaintEvent *event)
|
|||||||
// large pixmap: 2 x 2 tiles
|
// large pixmap: 2 x 2 tiles
|
||||||
// 2x pixmap : 4 x 4 tiles
|
// 2x pixmap : 4 x 4 tiles
|
||||||
//
|
//
|
||||||
// On a 2x display the 2x pimxap tiles
|
// On a 2x display the 2x pixmap tiles
|
||||||
// will be drawn in high resolution.
|
// will be drawn in high resolution.
|
||||||
p.drawTiledPixmap(QRect(xoff, yoff, tileAreaEdge, tileAreaEdge), pixmap1X);
|
p.drawTiledPixmap(QRect(xoff, yoff, tileAreaEdge, tileAreaEdge), pixmap1X);
|
||||||
yoff += tiles * pixmapEdge + 10;
|
yoff += tiles * pixmapEdge + 10;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user