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