summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbbackingstore.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2017-11-30 09:43:44 +0100
committerMarc Mutz <marc.mutz@kdab.com>2017-12-06 18:30:55 +0000
commit03026973700f1fcdff602dffa3d94b04912acd44 (patch)
treeab3c22ea63e11e01573605f9a879edeffb160930 /src/plugins/platforms/xcb/qxcbbackingstore.cpp
parent85d8975bc999d65d04db9027f66c030574a5caf0 (diff)
QtGui: port away from QRegion::rects()
Use begin()/end()/rectCount() instead, which don't require QRegionPrivate ::vectorize() calls. In QPaintEngineEx::clip(), the rectCount() == 1 case called clip(QRect), but forgot to return, causing another clip(QVectorPath) call with the same arguments. Fixed. Change-Id: Ife33112fc8006ed4bdff6409e2b8465ce7acb9d1 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/plugins/platforms/xcb/qxcbbackingstore.cpp')
0 files changed, 0 insertions, 0 deletions