mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Disable move constructor where it is sensible
This commit is contained in:
parent
fd9941e2d8
commit
70d1cb86fd
96 changed files with 102 additions and 102 deletions
|
@ -43,7 +43,7 @@ namespace Http
|
|||
class Server final : public QTcpServer
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(Server)
|
||||
Q_DISABLE_COPY_MOVE(Server)
|
||||
|
||||
public:
|
||||
explicit Server(IRequestHandler *requestHandler, QObject *parent = nullptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue