diff --git a/src/gui/feedmessageviewer.cpp b/src/gui/feedmessageviewer.cpp index 89af71717..a8e673310 100644 --- a/src/gui/feedmessageviewer.cpp +++ b/src/gui/feedmessageviewer.cpp @@ -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); }