mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-27 11:49:01 +03:00
Fix ArticleListWidget doesn't clear properly
This commit is contained in:
parent
abfcfb5af0
commit
71814885aa
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue