qt5base-lts/examples/embedded
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
..
digiflip Regenerate examples 2020-02-04 18:50:39 +00:00
flickable Use qsizetype in QList 2020-07-06 21:31:14 +02:00
flightinfo Merge remote-tracking branch 'origin/5.15' into dev 2020-02-28 09:48:30 +01:00
lightmaps CMake: Fix lightmaps example to build in a namespaced Qt 2020-06-12 19:30:29 +02:00
raycasting Replace calls to deprecated QEvent accessor functions 2020-06-08 19:11:51 +02:00
styleexample Regenerate examples 2020-02-04 18:50:39 +00:00
CMakeLists.txt CMake: Add more examples 2019-03-26 13:03:01 +00:00
embedded.pro Examples: Remove remains of wince 2017-07-14 17:30:51 +00:00