mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -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
|
@ -52,6 +52,7 @@ namespace RSS
|
|||
class Parser : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY_MOVE(Parser)
|
||||
|
||||
public:
|
||||
explicit Parser(QString lastBuildDate);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue