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:
parent
fe91599eb4
commit
542338972a
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user