qt6-bb10/examples/network/torrent
Thiago Macieira ae9e433753 Remove unnecessary int() casting in QRandomGenerator::bounded
Commit 21d3916817 added the 64-bit
version, so qsizetype now works cross-platform. The casts were added to
make qtbase compile on commit df853fed66.

Change-Id: I26b8286f61534f88b649fffd166c409c5c232230
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2021-03-17 06:21:52 +00:00
..
icons
CMakeLists.txt Fix CMake build of network/torrent example 2021-02-15 13:40:08 +00:00
addtorrentdialog.cpp
addtorrentdialog.h
addtorrentform.ui Fix CMake build of network/torrent example 2021-02-15 13:40:08 +00:00
bencodeparser.cpp
bencodeparser.h
connectionmanager.cpp
connectionmanager.h
filemanager.cpp
filemanager.h
icons.qrc
main.cpp
mainwindow.cpp Fix deprecated API in network/torrent example 2021-02-15 12:07:47 +00:00
mainwindow.h
metainfo.cpp
metainfo.h
peerwireclient.cpp QAbstractSocket: Resolve remaining Qt6 TODOs 2020-08-24 17:43:56 +02:00
peerwireclient.h QAbstractSocket: Resolve remaining Qt6 TODOs 2020-08-24 17:43:56 +02:00
ratecontroller.cpp Torrent example: fix crash 2020-05-11 10:21:29 +02:00
ratecontroller.h
torrent.pro Fix CMake build of network/torrent example 2021-02-15 13:40:08 +00:00
torrentclient.cpp Remove unnecessary int() casting in QRandomGenerator::bounded 2021-03-17 06:21:52 +00:00
torrentclient.h
torrentserver.cpp
torrentserver.h
trackerclient.cpp
trackerclient.h