mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Stop displaying items after they were read in "unread" news.
This commit is contained in:
parent
7a59d5e47c
commit
e780d83fd0
2 changed files with 13 additions and 0 deletions
|
@ -32,6 +32,8 @@
|
|||
|
||||
#define REFRESH_MAX_LATENCY 600000
|
||||
|
||||
#include <QPointer>
|
||||
|
||||
#include "ui_rss.h"
|
||||
#include "rss.h"
|
||||
|
||||
|
@ -46,6 +48,7 @@ private:
|
|||
RssManager *rssmanager;
|
||||
bittorrent *BTSession;
|
||||
FeedList *listStreams;
|
||||
QTreeWidgetItem* previous_news;
|
||||
|
||||
public slots:
|
||||
void deleteSelectedItems();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue