mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-03 03:36:58 -04:00
Close feed item in files view when a channel is loaded.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7483 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c2624309e9
commit
27c2ed0a97
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ void GxsChannelFilesWidget::addFiles(const RsGxsChannelPost &post, bool related)
|
|||
void GxsChannelFilesWidget::clear()
|
||||
{
|
||||
ui->treeWidget->clear();
|
||||
closeFeedItem();
|
||||
}
|
||||
|
||||
void GxsChannelFilesWidget::setFilter(const QString &text, int type)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue