mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-11 07:40:21 -04:00
Enabled back counting People
Enabled "Sort by Posts" for Channels/Forums/Posted Fixed Width/Height of Message Composer Moved Chat Settings Page order.
This commit is contained in:
parent
12c919491c
commit
7afcc2a91e
5 changed files with 62 additions and 13 deletions
|
@ -517,6 +517,10 @@ void IdDialog::insertIdList(uint32_t token)
|
|||
else
|
||||
allItem->addChild(item);
|
||||
}
|
||||
|
||||
/* count items */
|
||||
int itemCount = contactsItem->childCount() + allItem->childCount();
|
||||
ui->label_count->setText( "(" + QString::number( itemCount ) + ")" );
|
||||
|
||||
filterIds();
|
||||
updateSelection();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue