mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -52,7 +52,7 @@ namespace Ui
|
||||
class AutomatedRssDownloader : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(AutomatedRssDownloader)
|
||||
Q_DISABLE_COPY_MOVE(AutomatedRssDownloader)
|
||||
|
||||
public:
|
||||
explicit AutomatedRssDownloader(QWidget *parent = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user