Some comments.

This commit is contained in:
Martin Rotter 2014-01-02 12:28:00 +01:00
parent 943d89c8e8
commit a20aebd7e4

View File

@ -118,11 +118,9 @@ void FeedMessageViewer::onFeedUpdatesProgress(FeedsModelFeed *feed,
int current,
int total) {
// 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,
// it is enough to update counts of update feed.
// So use indexForItem method from the model.
m_feedsView->updateCountsOfAllFeeds(true);
}