mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 19:12:28 -04:00
suppressed dl time for peer lines (means nothing)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2338 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5ff48963a5
commit
6f09abb9c5
2 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@ void DLListDelegate::paint(QPainter * painter, const QStyleOptionViewItem & opti
|
|||
} else if(seconds > 0) {
|
||||
temp = QString::number(seconds)+"s" ;
|
||||
} else
|
||||
temp = "Unknown" ;
|
||||
temp = "" ;
|
||||
painter->drawText(option.rect, Qt::AlignCenter, temp);
|
||||
break;
|
||||
case COMPLETED:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue