mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Fixed a typo in RSS
This commit is contained in:
parent
07dc182053
commit
db1bd53f44
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@
|
|||
QString url = item->text(1);
|
||||
RssStream *feed = rssmanager->getFeed(url);
|
||||
feed->markAllAsRead();
|
||||
item->setData(0, Qt::DisplayRole, stream->getAliasOrUrl()+ QString::fromUtf8(" (0)"));
|
||||
item->setData(0, Qt::DisplayRole, feed->getAliasOrUrl()+ QString::fromUtf8(" (0)"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue