mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 16:37:21 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -42,7 +42,7 @@ using StringMap = QHash<QString, QString>;
|
||||
class APIController : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(APIController)
|
||||
Q_DISABLE_COPY_MOVE(APIController)
|
||||
|
||||
#ifndef Q_MOC_RUN
|
||||
#define WEBAPI_PUBLIC
|
||||
|
||||
Reference in New Issue
Block a user