From 485c6b80af18c992f7f07baa23b12a254ce4c2cb Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Thu, 5 Apr 2007 22:02:04 +0000 Subject: [PATCH] - Added a TODO in rss.h --- src/rss.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rss.h b/src/rss.h index f125ad60a..d61528329 100644 --- a/src/rss.h +++ b/src/rss.h @@ -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)); }