mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-12 23:35:38 -05:00
fixed display of 1 chunk transfers
This commit is contained in:
parent
b17d2a3aca
commit
e01cf95ddf
3 changed files with 5 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue