qtbase/examples/network/torrent
Ahmad Samir 2226581b0b examples/network/torrrent: port to QBasicTimer
Instead of using raw timer IDs. QBasicTimer is a value class with
sizeof(int), so not much overhead, and easier to use API. Examples
should show best practices.

Change-Id: I5b9efe47ced69c0067eac891398185be7e87bd0e
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2024-08-31 18:57:15 +03:00
..
icons Update icons in the torrent example 2023-12-18 13:56:04 +01:00
CMakeLists.txt CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
addtorrentdialog.cpp
addtorrentdialog.h
addtorrentform.ui
bencodeparser.cpp
bencodeparser.h
connectionmanager.cpp
connectionmanager.h
filemanager.cpp Torrent example: update usage of integer types 2023-04-11 18:25:42 +01:00
filemanager.h Torrent example: update usage of integer types 2023-04-11 18:25:42 +01:00
icons.qrc Update icons in the torrent example 2023-12-18 13:56:04 +01:00
main.cpp Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-08 16:15:02 +00:00
mainwindow.cpp Update icons in the torrent example 2023-12-18 13:56:04 +01:00
mainwindow.h
metainfo.cpp
metainfo.h Torrent example: update usage of integer types 2023-04-11 18:25:42 +01:00
peerwireclient.cpp examples/network/torrrent: port to QBasicTimer 2024-08-31 18:57:15 +03:00
peerwireclient.h examples/network/torrrent: port to QBasicTimer 2024-08-31 18:57:15 +03:00
ratecontroller.cpp examples: port network examples to new connection style 2022-12-21 21:52:17 +01:00
ratecontroller.h
torrent.pro
torrentclient.cpp examples/network/torrrent: port to QBasicTimer 2024-08-31 18:57:15 +03:00
torrentclient.h Torrent example: delete unimplemented functions 2023-02-14 18:49:46 +01:00
torrentserver.cpp Port from qAsConst() to std::as_const() 2022-10-11 23:17:18 +02:00
torrentserver.h
trackerclient.cpp examples/network/torrrent: port to QBasicTimer 2024-08-31 18:57:15 +03:00
trackerclient.h examples/network/torrrent: port to QBasicTimer 2024-08-31 18:57:15 +03:00