mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 08:27:24 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
class TransferListDelegate final : public QStyledItemDelegate
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(TransferListDelegate)
|
||||
Q_DISABLE_COPY_MOVE(TransferListDelegate)
|
||||
|
||||
public:
|
||||
explicit TransferListDelegate(QObject *parent);
|
||||
|
||||
Reference in New Issue
Block a user