mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 22:22:33 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
class WatchedFoldersModel final : public QAbstractListModel
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(WatchedFoldersModel)
|
||||
Q_DISABLE_COPY_MOVE(WatchedFoldersModel)
|
||||
|
||||
public:
|
||||
explicit WatchedFoldersModel(TorrentFilesWatcher *fsWatcher, QObject *parent = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user