aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/customwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/customwidget.h')
-rw-r--r--plugins/customwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/customwidget.h b/plugins/customwidget.h
index 00393a1d5..2f2636345 100644
--- a/plugins/customwidget.h
+++ b/plugins/customwidget.h
@@ -51,7 +51,7 @@ public:
void initialize(QDesignerFormEditorInterface *core);
private:
- QScopedPointer<PyCustomWidgetPrivate> m_data;
+ PyCustomWidgetPrivate* m_data;
QString m_name;
};