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 1c20477..e4eb76d 100644 --- a/plugins/customwidget.h +++ b/plugins/customwidget.h @@ -23,9 +23,9 @@ #ifndef _PY_CUSTOM_WIDGET_H_ #define _PY_CUSTOM_WIDGET_H_ +#include <shiboken.h> #include <QtDesigner/QtDesigner> #include <QDesignerCustomWidgetInterface> -#include <shiboken.h> struct PyCustomWidgetPrivate; |