mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-12 07:48:04 +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 the list first
|
||||||
clear();
|
clear();
|
||||||
|
m_rssArticleToListItemMapping.clear();
|
||||||
if (m_rssItem)
|
if (m_rssItem)
|
||||||
m_rssItem->disconnect(this);
|
m_rssItem->disconnect(this);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user