Be compatible with Qt4.5, i.e. no QScopedPointer.

This commit is contained in:
Hugo Parente Lima 2011-05-12 18:56:53 -03:00
commit 0c4fbcf5ad
4 changed files with 4 additions and 2 deletions

View file

@ -51,7 +51,7 @@ public:
void initialize(QDesignerFormEditorInterface *core);
private:
QScopedPointer<PyCustomWidgetPrivate> m_data;
PyCustomWidgetPrivate* m_data;
QString m_name;
};