Skip to content
Commit 47d97aa0 authored by Tomaz  Canabrava's avatar Tomaz Canabrava
Browse files

Remove obsolete call 'rects', use begin / end iterators.

rects creates a temporary vector with all the rectangles and
returns the result, destructing in the end. we don't need that
if we are only interested in iterating thru the rects. QRegion
has begin / end so it's usable in Q_FOREACH and range based for.
parent 2162f271
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment