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