df853fed66
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> |
||
---|---|---|
.. | ||
forms | ||
icons | ||
.prev_CMakeLists.txt | ||
addtorrentdialog.cpp | ||
addtorrentdialog.h | ||
bencodeparser.cpp | ||
bencodeparser.h | ||
CMakeLists.txt | ||
connectionmanager.cpp | ||
connectionmanager.h | ||
filemanager.cpp | ||
filemanager.h | ||
icons.qrc | ||
main.cpp | ||
mainwindow.cpp | ||
mainwindow.h | ||
metainfo.cpp | ||
metainfo.h | ||
peerwireclient.cpp | ||
peerwireclient.h | ||
ratecontroller.cpp | ||
ratecontroller.h | ||
torrent.pro | ||
torrentclient.cpp | ||
torrentclient.h | ||
torrentserver.cpp | ||
torrentserver.h | ||
trackerclient.cpp | ||
trackerclient.h |