mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-08 06:00:59 -07:00
Properly clear ArticleListWidget
This commit is contained in:
parent
fc0c28d376
commit
4e37688105
2 changed files with 2 additions and 5 deletions
|
@ -416,11 +416,6 @@ void RSSWidget::copySelectedFeedsURL()
|
|||
|
||||
void RSSWidget::handleCurrentFeedItemChanged(QTreeWidgetItem *currentItem)
|
||||
{
|
||||
if (!currentItem) {
|
||||
m_articleListWidget->clear();
|
||||
return;
|
||||
}
|
||||
|
||||
m_articleListWidget->setRSSItem(m_feedListWidget->getRSSItem(currentItem)
|
||||
, (currentItem == m_feedListWidget->stickyUnreadItem()));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue