mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-11 15:50:38 -04:00
remove channel/posted/forum info when no group is selected
This commit is contained in:
parent
08b436e5f4
commit
a5d1a154a4
9 changed files with 63 additions and 13 deletions
|
@ -454,6 +454,10 @@ void PostedListWidget::applyRanking()
|
|||
ui->scrollAreaWidgetContents->update();
|
||||
}
|
||||
|
||||
void PostedListWidget::blank()
|
||||
{
|
||||
clearPosts();
|
||||
}
|
||||
void PostedListWidget::clearPosts()
|
||||
{
|
||||
/* clear all messages */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue