mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 00:17:23 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -41,7 +41,7 @@ class FreeDiskSpaceChecker;
|
||||
class SyncController : public APIController
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(SyncController)
|
||||
Q_DISABLE_COPY_MOVE(SyncController)
|
||||
|
||||
public:
|
||||
using APIController::APIController;
|
||||
|
||||
Reference in New Issue
Block a user