Fix possible crash with Qt 4.4

This commit is contained in:
Christophe Dumez 2010-03-07 20:27:39 +00:00
parent 537c73d548
commit c287879e55
2 changed files with 7 additions and 5 deletions

View file

@ -427,6 +427,7 @@ void RSSImp::refreshNewsList(QTreeWidgetItem* item) {
}
RssFile *rss_item = listStreams->getRSSItem(item);
if(!rss_item) return;
qDebug("Getting the list of news");
QList<RssItem*> news;