mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 06:32:29 -06:00
Started work on the new RSS feed downloader (WIP)
This commit is contained in:
@@ -64,10 +64,7 @@ class ScanFoldersModel;
|
||||
|
||||
class QBtSession : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
private:
|
||||
QBtSession(const QBtSession& other); // Present copy
|
||||
QBtSession& operator=(const QBtSession& other);
|
||||
Q_DISABLE_COPY(QBtSession)
|
||||
|
||||
public:
|
||||
// Constructor / Destructor
|
||||
|
||||
Reference in New Issue
Block a user