Browse Source

- Added a TODO in rss.h

adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
485c6b80af
  1. 1
      src/rss.h

1
src/rss.h

@ -250,6 +250,7 @@ class RssStream : public QObject{ @@ -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…
Cancel
Save