mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
Disable copy, move constructors when inheriting from QObject
This commit is contained in:
@@ -52,6 +52,7 @@ namespace RSS
|
||||
class Parser : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY_MOVE(Parser)
|
||||
|
||||
public:
|
||||
explicit Parser(QString lastBuildDate);
|
||||
|
||||
Reference in New Issue
Block a user