mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 16:37:21 -06:00
Disable copy, move constructors when inheriting from QObject
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
class CookiesModel final : public QAbstractItemModel
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY_MOVE(CookiesModel)
|
||||
|
||||
public:
|
||||
enum Column
|
||||
|
||||
Reference in New Issue
Block a user