mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 07:02:31 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
class TorrentsController : public APIController
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(TorrentsController)
|
||||
Q_DISABLE_COPY_MOVE(TorrentsController)
|
||||
|
||||
public:
|
||||
using APIController::APIController;
|
||||
|
||||
Reference in New Issue
Block a user