mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 19:26:31 -04:00
added notification to count feed items
This commit is contained in:
parent
bdf5d0f753
commit
639db4519b
1 changed files with 2 additions and 0 deletions
|
@ -456,6 +456,7 @@ void NewsFeed::addFeedItem(FeedItem *item)
|
|||
}
|
||||
|
||||
ui->feedWidget->addFeedItem(item, ROLE_RECEIVED, QDateTime::currentDateTime());
|
||||
sendNewsFeedChanged();
|
||||
}
|
||||
|
||||
void NewsFeed::addFeedItemIfUnique(FeedItem *item, bool replace)
|
||||
|
@ -475,6 +476,7 @@ void NewsFeed::addFeedItemIfUnique(FeedItem *item, bool replace)
|
|||
}
|
||||
|
||||
addFeedItem(item);
|
||||
sendNewsFeedChanged();
|
||||
}
|
||||
|
||||
void NewsFeed::remUniqueFeedItem(FeedItem *item)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue