aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/customwidgets.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/customwidgets.h')
-rw-r--r--plugins/customwidgets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/customwidgets.h b/plugins/customwidgets.h
index 3cb0d2a9b..b1c4d70f7 100644
--- a/plugins/customwidgets.h
+++ b/plugins/customwidgets.h
@@ -44,7 +44,7 @@ public:
void registerWidgetType(PyObject* widget);
private:
- QScopedPointer<PyCustomWidgetsPrivate> m_data;
+ PyCustomWidgetsPrivate* m_data;
};
#endif