mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
- Explicitely delete "unread" RSS item although Qt should be taking care of it
This commit is contained in:
parent
fe91599eb4
commit
542338972a
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue