mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-08-30 15:42:00 +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);
|
setCurrentItem(unread_item);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
~FeedList() {
|
||||||
|
delete unread_item;
|
||||||
|
}
|
||||||
|
|
||||||
void itemAdded(QTreeWidgetItem *item, RssFile* file) {
|
void itemAdded(QTreeWidgetItem *item, RssFile* file) {
|
||||||
mapping[item] = file;
|
mapping[item] = file;
|
||||||
if(file->getType() == RssFile::STREAM) {
|
if(file->getType() == RssFile::STREAM) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user