mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 00:47:21 -06:00
Started work on the new RSS feed downloader (WIP)
This commit is contained in:
@@ -52,6 +52,8 @@ typedef QHash<QString, PeerList> TorrentList;
|
||||
class QTracker : public QTcpServer
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(QTracker)
|
||||
|
||||
public:
|
||||
explicit QTracker(QObject *parent = 0);
|
||||
~QTracker();
|
||||
|
||||
Reference in New Issue
Block a user