mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -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
|
@ -41,7 +41,7 @@ namespace Net
|
|||
class ProgramUpdater final : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(ProgramUpdater)
|
||||
Q_DISABLE_COPY_MOVE(ProgramUpdater)
|
||||
|
||||
public:
|
||||
using QObject::QObject;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue