mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -59,7 +59,7 @@ class TorrentFileGuard;
|
||||
class AddNewTorrentDialog final : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(AddNewTorrentDialog)
|
||||
Q_DISABLE_COPY_MOVE(AddNewTorrentDialog)
|
||||
|
||||
public:
|
||||
static const int minPathHistoryLength = 0;
|
||||
|
||||
Reference in New Issue
Block a user