qt6-bb10/tests/auto/gui/painting
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
..
qbrush Port qtbase/tests/auto/gui/painting to CMake 2020-04-27 14:34:56 +02:00
qcolor Port Q_STATIC_ASSERT(_X) to static_assert 2020-06-19 19:38:23 +02:00
qcolorspace Port qtbase/tests/auto/gui/painting to CMake 2020-04-27 14:34:56 +02:00
qpagelayout Port qtbase/tests/auto/gui/painting to CMake 2020-04-27 14:34:56 +02:00
qpagesize Regenerate tests/auto/gui/painting 2019-11-13 10:05:06 +00:00
qpaintengine Regenerate tests/auto/gui/painting 2019-11-13 10:05:06 +00:00
qpainter Use QList instead of QVector in gui tests 2020-06-25 10:13:12 +02:00
qpainterpath Use QList instead of QVector in gui tests 2020-06-25 10:13:12 +02:00
qpainterpathstroker Regenerate tests/auto/gui/painting 2019-11-13 10:05:06 +00:00
qpathclipper Port qtbase/tests/auto/gui/painting to CMake 2020-04-27 14:34:56 +02:00
qpdfwriter Port qtbase/tests/auto/gui/painting to CMake 2020-04-27 14:34:56 +02:00
qpen Regenerate tests/auto/gui/painting 2019-11-13 10:05:06 +00:00
qpolygon Use QList instead of QVector in gui tests 2020-06-25 10:13:12 +02:00
qrangecollection Port qtbase/tests/auto/gui/painting to CMake 2020-04-27 14:34:56 +02:00
qregion Use qsizetype in QList 2020-07-06 21:31:14 +02:00
qtransform Port qtbase/tests/auto/gui/painting to CMake 2020-04-27 14:34:56 +02:00
qwmatrix Get rid of QMatrix 2020-02-28 08:57:57 +01:00
CMakeLists.txt Port qtbase/tests/auto/gui/painting to CMake 2020-04-27 14:34:56 +02:00
painting.pro Support multiple page ranges in QPrinter 2020-04-09 16:45:32 +02:00