qt6-bb10/tests/auto/gui
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
..
image Use QList instead of QVector in gui tests 2020-06-25 10:13:12 +02:00
itemmodels Use QList instead of QVector in gui tests 2020-06-25 10:13:12 +02:00
kernel CMake: Skip / ignore failing tests on CMake platforms 2020-07-01 14:55:29 +02:00
math3d Revert "Remove flagBits from QMatrix4x4" 2020-03-04 15:54:38 +00:00
painting Use qsizetype in QList 2020-07-06 21:31:14 +02:00
qopengl Introduce platform API abstraction for QOpenGLContext 2020-07-02 10:27:50 +02:00
qopenglconfig Use QList instead of QVector in gui tests 2020-06-25 10:13:12 +02:00
qvulkan Use QList instead of QVector in gui tests 2020-06-25 10:13:12 +02:00
rhi CMake: Skip / ignore failing tests on CMake platforms 2020-07-01 14:55:29 +02:00
text Export the letter and word spacing settings set on the default format 2020-07-06 14:35:57 +02:00
util Use QList instead of QVector in gui tests 2020-06-25 10:13:12 +02:00
.prev_CMakeLists.txt Remove winrt 2020-06-06 20:25:49 +02:00
CMakeLists.txt Remove winrt 2020-06-06 20:25:49 +02:00
gui.pro Remove winrt 2020-06-06 20:25:49 +02:00