qBittorrent/src/gui/properties
Vladimir Golovnev (Glassez) 0b4fef19f6
Remove redundant suffix from TorrentHandle class
Originally, it was just a wrapper for libtorrent::torrent_handle class, so it mimicked its name.
It was then transformed into a more complex aggregate, but the name was retained (just by inertia).
Unlike libtorrent::torrent_handle class in whose name "handle" means the pattern used,
it does not matter for qBittorrent classes and just eats up space in the source code.
2021-01-06 16:28:17 +03:00
..
downloadedpiecesbar.cpp Use Qt provided forward declaration header 2020-12-09 18:21:02 +08:00
downloadedpiecesbar.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
peerlistsortmodel.cpp Improve coding style 2020-11-17 21:02:37 +03:00
peerlistsortmodel.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
peerlistwidget.cpp Remove redundant suffix from TorrentHandle class 2021-01-06 16:28:17 +03:00
peerlistwidget.h Remove redundant suffix from TorrentHandle class 2021-01-06 16:28:17 +03:00
peersadditiondialog.cpp Improve coding style 2020-11-17 21:02:37 +03:00
peersadditiondialog.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
peersadditiondialog.ui Convert the names used in ui and c++ files from snake_case to camelCase 2018-07-03 08:38:32 +03:00
pieceavailabilitybar.cpp Improve coding style 2020-11-17 21:02:37 +03:00
pieceavailabilitybar.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
piecesbar.cpp Remove redundant suffix from TorrentHandle class 2021-01-06 16:28:17 +03:00
piecesbar.h Remove redundant suffix from TorrentHandle class 2021-01-06 16:28:17 +03:00
propertieswidget.cpp Remove redundant suffix from TorrentHandle class 2021-01-06 16:28:17 +03:00
propertieswidget.h Remove redundant suffix from TorrentHandle class 2021-01-06 16:28:17 +03:00
propertieswidget.ui Merge pull request #11618 from jagannatharjun/align 2020-05-05 13:10:53 +08:00
proplistdelegate.cpp Remove redundant suffix from TorrentHandle class 2021-01-06 16:28:17 +03:00
proplistdelegate.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
proptabbar.cpp Improve coding style 2020-11-17 21:02:37 +03:00
proptabbar.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
speedplotview.cpp Simplify the calculation of speed graph scale 2020-11-30 00:03:47 +08:00
speedplotview.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
speedwidget.cpp Improve coding style 2020-11-17 21:02:37 +03:00
speedwidget.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
trackerlistwidget.cpp Remove redundant suffix from TorrentHandle class 2021-01-06 16:28:17 +03:00
trackerlistwidget.h Remove redundant suffix from TorrentHandle class 2021-01-06 16:28:17 +03:00
trackersadditiondialog.cpp Remove redundant suffix from TorrentHandle class 2021-01-06 16:28:17 +03:00
trackersadditiondialog.h Remove redundant suffix from TorrentHandle class 2021-01-06 16:28:17 +03:00
trackersadditiondialog.ui Convert the names used in ui and c++ files from snake_case to camelCase 2018-07-03 08:38:32 +03:00