mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 21:59:02 -04:00
multiple improvements in distant channel search and general display of distant search results
This commit is contained in:
parent
500f572b98
commit
ba486a0029
11 changed files with 47 additions and 27 deletions
|
@ -467,7 +467,8 @@ void GroupTreeWidget::fillGroupItems(QTreeWidgetItem *categoryItem, const QList<
|
|||
while(nullptr != item->takeChild(0));
|
||||
|
||||
for(auto str:itemInfo.context_strings)
|
||||
item->addChild(new QTreeWidgetItem(QStringList(QString::fromUtf8(str.c_str()))));
|
||||
if(!str.empty())
|
||||
item->addChild(new QTreeWidgetItem(QStringList(QString::fromUtf8(str.c_str()))));
|
||||
|
||||
/* Set last post */
|
||||
qlonglong lastPost = itemInfo.lastpost.toTime_t();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue