mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 22:52:33 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -47,7 +47,7 @@ namespace BitTorrent
|
||||
class TorrentContentModel final : public QAbstractItemModel
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(TorrentContentModel)
|
||||
Q_DISABLE_COPY_MOVE(TorrentContentModel)
|
||||
|
||||
public:
|
||||
enum Roles
|
||||
|
||||
Reference in New Issue
Block a user