mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -72,7 +72,7 @@ class WebApplication final
|
||||
, private Http::ResponseBuilder
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(WebApplication)
|
||||
Q_DISABLE_COPY_MOVE(WebApplication)
|
||||
|
||||
#ifndef Q_MOC_RUN
|
||||
#define WEBAPI_PUBLIC
|
||||
|
||||
Reference in New Issue
Block a user