mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 17:12:31 -06:00
Add availability column to torrent properties window
This commit is contained in:
@@ -46,7 +46,8 @@ enum PropColumn
|
||||
PCSIZE,
|
||||
PROGRESS,
|
||||
PRIORITY,
|
||||
REMAINING
|
||||
REMAINING,
|
||||
AVAILABILITY
|
||||
};
|
||||
|
||||
class PropListDelegate: public QItemDelegate
|
||||
@@ -72,3 +73,4 @@ private:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user