Be compatible with Qt4.5, i.e. no QScopedPointer.
This commit is contained in:
parent
4d90463624
commit
0c4fbcf5ad
4 changed files with 4 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ public:
|
|||
void registerWidgetType(PyObject* widget);
|
||||
|
||||
private:
|
||||
QScopedPointer<PyCustomWidgetsPrivate> m_data;
|
||||
PyCustomWidgetsPrivate* m_data;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue