qt6-bb10/tests/auto/network/access/qnetworkreply
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
..
certs Merge remote-tracking branch 'origin/5.12' into 5.13 2019-06-25 15:47:42 +02:00
echo Regenerate tests/auto/network/access 2019-11-13 10:07:12 +00:00
test Remove winrt 2020-06-06 20:25:49 +02:00
.gitattributes
.gitignore
BLACKLIST Remove winrt 2020-06-06 20:25:49 +02:00
CMakeLists.txt Remove winrt 2020-06-06 20:25:49 +02:00
bigfile
element.xml
empty
image1.jpg
image2.jpg
image3.jpg
index.html
qnetworkreply.pro Remove winrt 2020-06-06 20:25:49 +02:00
qnetworkreply.qrc
resource
rfc3252.txt
smb-file.txt
testserver_index.html
tst_qnetworkreply.cpp Use qsizetype in QList 2020-07-06 21:31:14 +02:00