mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 21:52:32 -06:00
RSS optimizations
This commit is contained in:
@@ -39,7 +39,8 @@ class RssFeed;
|
||||
|
||||
class RssArticleData: public QSharedData {
|
||||
public:
|
||||
RssArticleData(): QSharedData(), read(false) {}
|
||||
RssArticleData(RssFeed* _parent, const QString& _guid = QString()):
|
||||
parent(_parent), guid(_guid), read(false) {}
|
||||
~RssArticleData() {}
|
||||
RssArticleData(const RssArticleData& other):
|
||||
QSharedData(other), parent(other.parent),
|
||||
|
||||
Reference in New Issue
Block a user