- Delete tree item ourself aven if Qt is supposed to delete it (just to be on the safe side)

This commit is contained in:
Christophe Dumez
2010-01-24 11:15:20 +00:00
parent 4d0cdea1c9
commit 52fef5ac38

View File

@@ -37,7 +37,7 @@ public:
} }
~FeedList() { ~FeedList() {
//delete unread_item; delete unread_item;
} }
void itemAdded(QTreeWidgetItem *item, RssFile* file) { void itemAdded(QTreeWidgetItem *item, RssFile* file) {