1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-27 06:54:20 +00:00

- Explicitely delete "unread" RSS item although Qt should be taking care of it

This commit is contained in:
Christophe Dumez 2009-11-29 09:17:55 +00:00
parent fe91599eb4
commit 542338972a

View File

@ -36,6 +36,10 @@ public:
setCurrentItem(unread_item);
}
~FeedList() {
delete unread_item;
}
void itemAdded(QTreeWidgetItem *item, RssFile* file) {
mapping[item] = file;
if(file->getType() == RssFile::STREAM) {