qt6-bb10/tests/auto/widgets
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
..
dialogs QFileDialog: remove deprecated mode QFileDialog::DirectoryOnly 2020-06-26 22:40:34 +02:00
effects Phase 2 of removing QDesktopWidget 2020-06-08 20:29:49 +02:00
graphicsview Avoid use of Q_UNUSED by eliminating the parameter names 2020-07-03 21:10:09 +02:00
itemviews Use QList instead of QVector in widgets tests 2020-06-25 10:13:43 +02:00
kernel Fix delivery of MouseMove events to newly opened popup windows 2020-07-01 14:52:49 +02:00
styles Use QList instead of QVector in widgets tests 2020-06-25 10:13:43 +02:00
util Introduce QInputDevice hierarchy; replace QTouchDevice 2020-06-16 22:06:56 +02:00
widgets Use qsizetype in QList 2020-07-06 21:31:14 +02:00
CMakeLists.txt Begin port of qtbase to CMake 2018-11-01 11:48:46 +00:00
widgets.pro Move QGestureRecognizer test to widgets/kernel 2017-06-02 18:36:11 +00:00