mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 21:40:36 -04:00
gxsforums: add id to forum's popup
This commit is contained in:
parent
bbcb605974
commit
ee967c2bc0
1 changed files with 2 additions and 0 deletions
|
@ -502,6 +502,8 @@ void GroupTreeWidget::fillGroupItems(QTreeWidgetItem *categoryItem, const QList<
|
|||
|
||||
tooltip += "\n" + tr("Description") + ": " + itemInfo.description;
|
||||
|
||||
tooltip += "\n" + tr("Id") + ": " + itemInfo.id;
|
||||
|
||||
item->setToolTip(COLUMN_NAME, tooltip);
|
||||
item->setToolTip(COLUMN_UNREAD, tooltip);
|
||||
item->setToolTip(COLUMN_POPULARITY, tooltip);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue