qt6-bb10/tests/auto/corelib/tools/qvector
Marc Mutz 4ea3c0ba80 QVector: add an rvalue overload of push_back/append
This is low-hanging fruit, for two reasons:
1. The implementation is dead-simple (unlike, say, in QList).
2. It's completely transparent to the QVector user (unlike,
   say, emplace_back, which can only be used inside an ifdef).

Change-Id: Iaf750100cf61ced77aa452f0e4e3c4ec36b29639
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2015-07-19 18:09:27 +00:00
..
.gitignore Moving relevant tests to corelib/tools 2011-09-01 13:07:23 +02:00
qvector.pro QVector: add an rvalue overload of push_back/append 2015-07-19 18:09:27 +00:00
tst_qvector.cpp QVector: add an rvalue overload of push_back/append 2015-07-19 18:09:27 +00:00