mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -59,7 +59,7 @@ namespace RSS
|
||||
class Feed final : public Item
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(Feed)
|
||||
Q_DISABLE_COPY_MOVE(Feed)
|
||||
|
||||
friend class Session;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user