Some comments.
This commit is contained in:
parent
943d89c8e8
commit
a20aebd7e4
1 changed files with 1 additions and 3 deletions
|
@ -118,11 +118,9 @@ void FeedMessageViewer::onFeedUpdatesProgress(FeedsModelFeed *feed,
|
||||||
int current,
|
int current,
|
||||||
int total) {
|
int total) {
|
||||||
// Some feed got updated.
|
// Some feed got updated.
|
||||||
// TODO: Now we should change some widgets (reload counts
|
|
||||||
// of messages for the feed, update status bar and so on).
|
|
||||||
|
|
||||||
// TODO: Don't update counts of all feeds here,
|
// TODO: Don't update counts of all feeds here,
|
||||||
// it is enough to update counts of update feed.
|
// it is enough to update counts of update feed.
|
||||||
|
// So use indexForItem method from the model.
|
||||||
m_feedsView->updateCountsOfAllFeeds(true);
|
m_feedsView->updateCountsOfAllFeeds(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue