mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
class FreeDiskSpaceChecker : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(FreeDiskSpaceChecker)
|
||||
Q_DISABLE_COPY_MOVE(FreeDiskSpaceChecker)
|
||||
|
||||
public:
|
||||
FreeDiskSpaceChecker() = default;
|
||||
|
||||
Reference in New Issue
Block a user