mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Disable copy, move constructors when inheriting from QObject
This commit is contained in:
parent
7764169aa3
commit
c8b4611d8d
32 changed files with 48 additions and 10 deletions
|
@ -46,6 +46,7 @@ namespace Ui
|
|||
class RSSWidget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY_MOVE(RSSWidget)
|
||||
|
||||
public:
|
||||
RSSWidget(QWidget *parent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue