mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Added a TODO in rss.h
This commit is contained in:
parent
b8d5793ab7
commit
485c6b80af
1 changed files with 1 additions and 0 deletions
|
@ -250,6 +250,7 @@ class RssStream : public QObject{
|
|||
image = property.text();
|
||||
else if(property.tagName() == "item") {
|
||||
if(getListSize() < STREAM_MAX_ITEM) {
|
||||
//TODO: find a way to break here
|
||||
//add it to a list
|
||||
listItem.append(new RssItem(property, this));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue