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