mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-11 20:38:41 -05:00
gxsforums: add id to forum's popup
This commit is contained in:
parent
bbcb605974
commit
ee967c2bc0
@ -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…
x
Reference in New Issue
Block a user