gxsforums: add id to forum's popup

This commit is contained in:
chelovechishko 2020-07-06 00:12:23 +09:00
parent bbcb605974
commit ee967c2bc0

View File

@ -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);