mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-12 00:00:44 -04:00
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:
parent
b02fdce3ad
commit
f2a8a293cf
4 changed files with 424 additions and 455 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue