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:
csoler 2010-02-15 22:03:42 +00:00
parent 5ff48963a5
commit 6f09abb9c5
2 changed files with 2 additions and 2 deletions

View file

@ -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: