improved GUI for Posted

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7959 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2015-02-19 20:23:39 +00:00
parent b02fdce3ad
commit f2a8a293cf
4 changed files with 424 additions and 455 deletions

View file

@ -179,8 +179,7 @@ void PostedListWidget::showPrev()
void PostedListWidget::updateShowText()
{
QString showText = tr("Showing");
showText += " ";
QString showText ;
showText += QString::number(mPostIndex + 1);
showText += "-";
showText += QString::number(mPostIndex + mPostShow);