Fixed QtUiTools plugin.
Removed use of static QString to store the class name. Fix bug #533. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
This commit is contained in:
parent
ab19244c22
commit
04ac69ce52
2 changed files with 3 additions and 6 deletions
|
|
@ -52,7 +52,7 @@ public:
|
|||
|
||||
private:
|
||||
QScopedPointer<PyCustomWidgetPrivate> m_data;
|
||||
|
||||
QString m_name;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue