mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-24 23:19:29 -05: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
@ -155,7 +155,6 @@ void DLListDelegate::paint(QPainter * painter, const QStyleOptionViewItem & opti
|
|||||||
progressBar.paint(); // paint the progress bar
|
progressBar.paint(); // paint the progress bar
|
||||||
}
|
}
|
||||||
painter->drawText(option.rect, Qt::AlignCenter, newopt.text);
|
painter->drawText(option.rect, Qt::AlignCenter, newopt.text);
|
||||||
painter->drawText(option.rect, Qt::AlignCenter, newopt.text);
|
|
||||||
break;
|
break;
|
||||||
case NAME:
|
case NAME:
|
||||||
// decoration
|
// decoration
|
||||||
|
Loading…
Reference in New Issue
Block a user