- removed ETA & DL speed columns in finished torrents list

This commit is contained in:
Christophe Dumez 2007-04-11 18:31:21 +00:00
parent ab4ad0b114
commit cf2bc1e980
4 changed files with 7 additions and 6 deletions

View file

@ -45,7 +45,7 @@ class DLListDelegate: public QAbstractItemDelegate {
Q_OBJECT
public:
DLListDelegate(QObject *parent=0) : QAbstractItemDelegate(parent){}
DLListDelegate(QObject *parent) : QAbstractItemDelegate(parent){}
~DLListDelegate(){}