mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -42,7 +42,7 @@ namespace BitTorrent
|
||||
class TransferListSortModel final : public QSortFilterProxyModel
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(TransferListSortModel)
|
||||
Q_DISABLE_COPY_MOVE(TransferListSortModel)
|
||||
|
||||
public:
|
||||
explicit TransferListSortModel(QObject *parent = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user