Skip to content
  • Tomaz  Canabrava's avatar
    Remove obsolete call 'rects', use begin / end iterators. · 47d97aa0
    Tomaz Canabrava authored
    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.
    47d97aa0