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

@ -44,7 +44,7 @@ public:
void registerWidgetType(PyObject* widget);
private:
QScopedPointer<PyCustomWidgetsPrivate> m_data;
PyCustomWidgetsPrivate* m_data;
};
#endif