mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 05:38:06 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -40,7 +40,7 @@ namespace Net
|
||||
class ReverseResolution : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(ReverseResolution)
|
||||
Q_DISABLE_COPY_MOVE(ReverseResolution)
|
||||
|
||||
public:
|
||||
explicit ReverseResolution(QObject *parent = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user