mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 21:52:32 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -48,7 +48,7 @@ namespace BitTorrent
|
||||
class TorrentFilesWatcher final : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(TorrentFilesWatcher)
|
||||
Q_DISABLE_COPY_MOVE(TorrentFilesWatcher)
|
||||
|
||||
public:
|
||||
struct WatchedFolderOptions
|
||||
|
||||
Reference in New Issue
Block a user