mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 08:27:24 -06:00
Disable copy, move constructors when inheriting from QObject
This commit is contained in:
@@ -44,6 +44,7 @@ class LogListView;
|
||||
class ExecutionLogWidget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY_MOVE(ExecutionLogWidget)
|
||||
|
||||
public:
|
||||
ExecutionLogWidget(Log::MsgTypes types, QWidget *parent);
|
||||
|
||||
Reference in New Issue
Block a user