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:
@@ -47,7 +47,7 @@ class PreviewListDelegate;
|
||||
class PreviewSelectDialog final : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(PreviewSelectDialog)
|
||||
Q_DISABLE_COPY_MOVE(PreviewSelectDialog)
|
||||
|
||||
public:
|
||||
enum PreviewColumn
|
||||
|
||||
Reference in New Issue
Block a user