summaryrefslogtreecommitdiffstats
path: root/src/designer/src/plugins/activeqt/qdesigneraxwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/plugins/activeqt/qdesigneraxwidget.h')
-rw-r--r--src/designer/src/plugins/activeqt/qdesigneraxwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/designer/src/plugins/activeqt/qdesigneraxwidget.h b/src/designer/src/plugins/activeqt/qdesigneraxwidget.h
index 3344e49e5..3c15763da 100644
--- a/src/designer/src/plugins/activeqt/qdesigneraxwidget.h
+++ b/src/designer/src/plugins/activeqt/qdesigneraxwidget.h
@@ -53,7 +53,7 @@ class QDesignerAxWidget : public QWidget
{
Q_OBJECT
Q_PROPERTY(QString control READ control WRITE setControl RESET resetControl DESIGNABLE true)
- Q_DISABLE_COPY(QDesignerAxWidget)
+ Q_DISABLE_COPY_MOVE(QDesignerAxWidget)
protected:
explicit QDesignerAxWidget(QWidget *parent);