mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 00:55:13 -04:00
removed double definition of drawText
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@339 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
81fcc83bdc
commit
4a5d3f23a6
1 changed files with 0 additions and 1 deletions
|
@ -155,7 +155,6 @@ void DLListDelegate::paint(QPainter * painter, const QStyleOptionViewItem & opti
|
|||
progressBar.paint(); // paint the progress bar
|
||||
}
|
||||
painter->drawText(option.rect, Qt::AlignCenter, newopt.text);
|
||||
painter->drawText(option.rect, Qt::AlignCenter, newopt.text);
|
||||
break;
|
||||
case NAME:
|
||||
// decoration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue