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