qt6-bb10/src/plugins/printsupport
Sérgio Martins 20147fae60 Use QVector::reserve() all over the place.
Reduces internal memory fragmentation.

The search criteria was:
QVector::append(), QVector::push_back(), QVector::operator<<()
and QVector::operator+=() calls inside for, do and while loops.
Statements inside ifs and out of loops weren't considered.

Change-Id: Ie5aaf3cdfac938994e6e5dfa5f51de501ed79a0c
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
2015-06-29 19:31:59 +00:00
..
cocoa Replace #ifdefs with qmake feature checks. 2015-06-22 14:21:25 +00:00
cups Use QVector::reserve() all over the place. 2015-06-29 19:31:59 +00:00
windows Replace #ifdefs with qmake feature checks. 2015-06-22 14:21:25 +00:00
printsupport.pro Replace #ifdefs with qmake feature checks. 2015-06-22 14:21:25 +00:00