qt5base-lts/tests/auto/network
Lars Knoll df853fed66 Use qsizetype in QList
The change creates a slight source incompatibility. The main
things to take care of are

* code using printf statements on list.size(). Using qsizetype in
printf statements will always require a cast to work on both 32
and 64 bit.
* A few places where overloads now get ambiguous. One example is
QRandomGenerator::bounded() that has overloads for int, uint and
double, but not int64.
* Streaming list.size() to a QDataStream will change the format
depending on the architecture.

[ChangeLog][QtCore][QList] QList now uses qsizetype to index into
elements.

Change-Id: Iaff562a4d072b97f458417b670f95971bd47cbc6
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2020-07-06 21:31:14 +02:00
..
access Use qsizetype in QList 2020-07-06 21:31:14 +02:00
kernel Remove QByteArray's methods taking QString and their uses 2020-06-25 09:54:16 +02:00
selftest Revert "Disable tests with qemu-arm & developer-build configurations in the CI" 2020-06-05 12:10:07 +02:00
socket CMake: Skip / ignore failing tests on CMake platforms 2020-07-01 14:55:29 +02:00
ssl QSslConfiguration::setCiphers - introduce the overload taking QString 2020-07-01 11:26:15 +02:00
CMakeLists.txt CMake: Handle finding of OpenSSL headers correctly 2020-04-08 22:03:24 +02:00
network.pro QtNetwork: Delete bearer management 2020-04-05 16:41:08 +02:00