mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-08 16:42:30 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -42,7 +42,7 @@ namespace RSS
|
||||
class Item : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(Item)
|
||||
Q_DISABLE_COPY_MOVE(Item)
|
||||
|
||||
friend class Folder;
|
||||
friend class Session;
|
||||
|
||||
Reference in New Issue
Block a user