mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 07:59:35 -05:00
added notification to count feed items
This commit is contained in:
parent
bdf5d0f753
commit
639db4519b
@ -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…
Reference in New Issue
Block a user