mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-31 12:00:16 -07:00
- removed ETA & DL speed columns in finished torrents list
This commit is contained in:
parent
ab4ad0b114
commit
cf2bc1e980
4 changed files with 7 additions and 6 deletions
|
@ -45,7 +45,7 @@ class DLListDelegate: public QAbstractItemDelegate {
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
DLListDelegate(QObject *parent=0) : QAbstractItemDelegate(parent){}
|
||||
DLListDelegate(QObject *parent) : QAbstractItemDelegate(parent){}
|
||||
|
||||
~DLListDelegate(){}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue