diff options
Diffstat (limited to 'plugins/customwidget.h')
-rw-r--r-- | plugins/customwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/customwidget.h b/plugins/customwidget.h index e4eb76d..00393a1 100644 --- a/plugins/customwidget.h +++ b/plugins/customwidget.h @@ -52,7 +52,7 @@ public: private: QScopedPointer<PyCustomWidgetPrivate> m_data; - + QString m_name; }; #endif |