qt5base-lts/tests/auto/qvector
Liang Qi 44b7877c87 Respect capacity in QVector::append().
Fix a bug in QVector::append(), it should use the capacity for new size,
when it is implicit shared and capacity is bigger than the new size.

Autotest included.

Task-number: QTBUG-11763
Reviewed-by: joao
Reviewed-by: Olivier Goffart
2011-05-10 11:38:53 +02:00
..
.gitignore Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qvector.pro Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
tst_qvector.cpp Respect capacity in QVector::append(). 2011-05-10 11:38:53 +02:00