mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Allow to retry fetching RSS feeds
This commit is contained in:
@@ -41,6 +41,7 @@ class AsyncFileStorage;
|
||||
|
||||
namespace Net
|
||||
{
|
||||
class DownloadHandler;
|
||||
struct DownloadResult;
|
||||
}
|
||||
|
||||
@@ -125,5 +126,6 @@ namespace RSS
|
||||
QString m_dataFileName;
|
||||
QBasicTimer m_savingTimer;
|
||||
bool m_dirty = false;
|
||||
Net::DownloadHandler *m_downloadHandler = nullptr;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user