mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Started work on the new RSS feed downloader (WIP)
This commit is contained in:
parent
a2c19302cb
commit
6b7af5b464
94 changed files with 8342 additions and 4909 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue