qt5base-lts/tests/auto
Thiago Macieira 8fb45ae5b8 Introduce QArrayData::allocatedCapacity() and use it instead of d->alloc
In almost all cases, use d->allocatedCapacity() or
d->constAllocatedCapacity() instead of d->alloc, since they do the
same thing (right now). In the future, the functions will be
changed. There is a separate const version because most const code
should not need to know the allocation size -- only mutating code
should need to know that

There are a few cases where d->alloc was replaced with a better
alternative, like d->size. The one case that remains in the code will
be replaced by a different test when it's available.

Change-Id: I48135469db4caf150f82df93fff42d2309b23719
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2019-12-07 14:18:12 +01:00
..
bic/data Add binary compatibility files for Qt5.13.0 for QtBase 2019-08-15 04:19:39 +00:00
cmake CMake: Add support for auto-importing plugins in CMake 2019-08-12 18:23:58 +02:00
concurrent Get rid of QT_STRICT_ITERATORS 2019-11-04 12:52:26 +00:00
corelib Introduce QArrayData::allocatedCapacity() and use it instead of d->alloc 2019-12-07 14:18:12 +01:00
dbus Merge remote-tracking branch 'origin/5.15' into dev 2019-11-25 11:30:04 +01:00
gui Merge remote-tracking branch 'origin/5.15' into dev 2019-12-05 01:00:44 +01:00
guiapplauncher
installed_cmake
network Merge remote-tracking branch 'origin/5.15' into dev 2019-12-04 01:00:23 +01:00
opengl Remove dead code from Qt 4 times 2019-08-20 22:27:46 +00:00
other Merge remote-tracking branch 'origin/5.15' into dev 2019-12-04 01:00:23 +01:00
printsupport Remove the remaining usages of deprecated APIs of qtbase 2019-08-01 06:48:27 +02:00
shared QWindowsFontDatabase: Check preferred family names for all fonts 2019-11-29 09:31:21 +01:00
sql Merge remote-tracking branch 'origin/5.14' into 5.15 2019-10-25 01:00:16 +02:00
testlib Merge remote-tracking branch 'origin/5.15' into dev 2019-11-25 11:30:04 +01:00
tools Fix tst_moc for C++17 2019-12-06 16:19:27 +01:00
widgets Merge remote-tracking branch 'origin/5.15' into dev 2019-12-04 01:00:23 +01:00
xml Merge remote-tracking branch 'origin/5.15' into dev 2019-11-27 08:41:33 +01:00
auto.pro Disable tests with qemu-arm & developer-build configurations in the CI 2019-10-03 15:12:33 +00:00
network-settings.h test: migrate QNetworkReply test to QRegularExpression 2019-06-10 16:49:19 +02:00