mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 23:37:59 +00:00
Fix ArticleListWidget doesn't clear properly
This commit is contained in:
parent
abfcfb5af0
commit
71814885aa
@ -55,6 +55,7 @@ void ArticleListWidget::setRSSItem(RSS::Item *rssItem, bool unreadOnly)
|
||||
{
|
||||
// Clear the list first
|
||||
clear();
|
||||
m_rssArticleToListItemMapping.clear();
|
||||
if (m_rssItem)
|
||||
m_rssItem->disconnect(this);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user