mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-08 08:32:31 -06:00
Disable copy, move constructors when inheriting from QObject
This commit is contained in:
@@ -41,6 +41,7 @@ namespace Ui
|
||||
class PeersAdditionDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY_MOVE(PeersAdditionDialog)
|
||||
|
||||
public:
|
||||
PeersAdditionDialog(QWidget *parent);
|
||||
|
||||
Reference in New Issue
Block a user