mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
- Added a TODO in rss.h
This commit is contained in:
@@ -250,6 +250,7 @@ class RssStream : public QObject{
|
|||||||
image = property.text();
|
image = property.text();
|
||||||
else if(property.tagName() == "item") {
|
else if(property.tagName() == "item") {
|
||||||
if(getListSize() < STREAM_MAX_ITEM) {
|
if(getListSize() < STREAM_MAX_ITEM) {
|
||||||
|
//TODO: find a way to break here
|
||||||
//add it to a list
|
//add it to a list
|
||||||
listItem.append(new RssItem(property, this));
|
listItem.append(new RssItem(property, this));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user