mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
+ - FEATURE: Added a menu action to visit qBittorrent website
+ - FEATURE: Added a menu action to report a bug in qBittorrent + - FEATURE: User is warned when hard drive becomes full and downloads are paused + - FEATURE: Seeds / Leechers are displayed in download list as well as in torrent properties + - BUGFIX: Save directory was reset to default when filtering files in torrent + - BUGFIX: Force a refresh of download list when the window is shown (avoid delay)
This commit is contained in:
@@ -36,8 +36,9 @@
|
||||
#define PROGRESS 2
|
||||
#define DLSPEED 3
|
||||
#define UPSPEED 4
|
||||
#define STATUS 5
|
||||
#define ETA 6
|
||||
#define SEEDSLEECH 5
|
||||
#define STATUS 6
|
||||
#define ETA 7
|
||||
|
||||
class DLListDelegate: public QAbstractItemDelegate {
|
||||
Q_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user