fixed display of 1 chunk transfers

This commit is contained in:
csoler 2018-09-06 11:46:04 +02:00
parent b17d2a3aca
commit e01cf95ddf
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
3 changed files with 5 additions and 7 deletions

View file

@ -35,12 +35,6 @@ Q_DECLARE_METATYPE(FileProgressInfo)
DLListDelegate::DLListDelegate(QObject *parent) : QAbstractItemDelegate(parent)
{
;
}
DLListDelegate::~DLListDelegate(void)
{
;
}
void DLListDelegate::paint(QPainter * painter, const QStyleOptionViewItem & option, const QModelIndex & index) const