mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Disable copy, move constructors when inheriting from QObject
This commit is contained in:
@@ -46,6 +46,7 @@ namespace Ui
|
||||
class RSSWidget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY_MOVE(RSSWidget)
|
||||
|
||||
public:
|
||||
RSSWidget(QWidget *parent);
|
||||
|
||||
Reference in New Issue
Block a user