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:
@@ -48,7 +48,7 @@ namespace Ui
|
||||
class TorrentOptionsDialog final : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(TorrentOptionsDialog)
|
||||
Q_DISABLE_COPY_MOVE(TorrentOptionsDialog)
|
||||
|
||||
public:
|
||||
explicit TorrentOptionsDialog(QWidget *parent, const QVector<BitTorrent::Torrent *> &torrents);
|
||||
|
||||
Reference in New Issue
Block a user