mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-21 08:09:35 +08:00
- Fixed a typo in RSS
This commit is contained in:
parent
07dc182053
commit
db1bd53f44
@ -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)"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user