mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 08:48:07 -06:00
Started work on the new RSS feed downloader (WIP)
This commit is contained in:
@@ -46,6 +46,7 @@ const int MAX_AUTH_FAILED_ATTEMPTS = 5;
|
||||
|
||||
class HttpServer : public QTcpServer {
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(HttpServer)
|
||||
|
||||
public:
|
||||
HttpServer(QBtSession *BTSession, int msec, QObject* parent = 0);
|
||||
|
||||
Reference in New Issue
Block a user