mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 06:02:29 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -62,7 +62,7 @@ namespace RSS
|
||||
class AutoDownloader final : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(AutoDownloader)
|
||||
Q_DISABLE_COPY_MOVE(AutoDownloader)
|
||||
|
||||
friend class ::Application;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user