mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
- Fixed a typo in RSS
This commit is contained in:
@@ -126,7 +126,7 @@
|
|||||||
QString url = item->text(1);
|
QString url = item->text(1);
|
||||||
RssStream *feed = rssmanager->getFeed(url);
|
RssStream *feed = rssmanager->getFeed(url);
|
||||||
feed->markAllAsRead();
|
feed->markAllAsRead();
|
||||||
item->setData(0, Qt::DisplayRole, stream->getAliasOrUrl()+ QString::fromUtf8(" (0)"));
|
item->setData(0, Qt::DisplayRole, feed->getAliasOrUrl()+ QString::fromUtf8(" (0)"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user