mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07: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 the list first
|
||||||
clear();
|
clear();
|
||||||
|
m_rssArticleToListItemMapping.clear();
|
||||||
if (m_rssItem)
|
if (m_rssItem)
|
||||||
m_rssItem->disconnect(this);
|
m_rssItem->disconnect(this);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue