Some notes removed.
This commit is contained in:
parent
f02bef6cf2
commit
bd5fd3455d
1 changed files with 1 additions and 6 deletions
|
@ -338,7 +338,6 @@ void FeedsView::receiveMessageCountsChange(FeedsSelection::SelectionMode mode,
|
|||
updateCountsOfSelectedFeeds(total_msg_count_changed);
|
||||
}
|
||||
|
||||
// TODO: učechrat
|
||||
invalidateReadFeedsFilter();
|
||||
}
|
||||
|
||||
|
@ -521,9 +520,7 @@ void FeedsView::updateCountsOfParticularFeed(FeedsModelFeed *feed, bool update_t
|
|||
m_sourceModel->reloadChangedLayout(QModelIndexList() << index);
|
||||
}
|
||||
|
||||
// TODO: učechrat
|
||||
invalidateReadFeedsFilter();
|
||||
|
||||
notifyWithCounts();
|
||||
}
|
||||
|
||||
|
@ -623,12 +620,10 @@ void FeedsView::setupAppearance() {
|
|||
}
|
||||
|
||||
void FeedsView::selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) {
|
||||
// TODO: učechrat
|
||||
FeedsModelRootItem *selected_item = selectedItem();
|
||||
|
||||
m_proxyModel->setSelectedItem(selected_item);
|
||||
|
||||
QTreeView::selectionChanged(selected, deselected);
|
||||
|
||||
emit feedsSelected(FeedsSelection(selected_item));
|
||||
invalidateReadFeedsFilter();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue