mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Disable copy construction of QObject subclasses
This commit is contained in:
@@ -53,6 +53,7 @@ namespace Ui
|
||||
class AutomatedRssDownloader : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(AutomatedRssDownloader)
|
||||
|
||||
public:
|
||||
explicit AutomatedRssDownloader(QWidget *parent = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user