mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -76,7 +76,7 @@ namespace DNS
|
||||
class Preferences : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(Preferences)
|
||||
Q_DISABLE_COPY_MOVE(Preferences)
|
||||
|
||||
Preferences();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user