mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-31 12:00:16 -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
|
@ -43,6 +43,7 @@ namespace Net
|
|||
class DNSUpdater : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY_MOVE(DNSUpdater)
|
||||
|
||||
public:
|
||||
explicit DNSUpdater(QObject *parent = nullptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue