mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
- Stop displaying items after they were read in "unread" news.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user