diff options
author | Renato Araujo Oliveira Filho <renato.filho@openbossa.org> | 2010-12-20 18:55:02 -0300 |
---|---|---|
committer | Renato Araujo Oliveira Filho <renato.filho@openbossa.org> | 2010-12-21 17:28:20 -0300 |
commit | 04ac69ce5277ead02965ba42a99299dcc4994906 (patch) | |
tree | 9bf802525654e59cbc89039e5c2566faed174046 /plugins/customwidget.h | |
parent | ab19244c225daf295929bab0abc036aa299c536a (diff) | |
download | pyside-04ac69ce5277ead02965ba42a99299dcc4994906.tar.gz pyside-04ac69ce5277ead02965ba42a99299dcc4994906.tar.xz pyside-04ac69ce5277ead02965ba42a99299dcc4994906.zip |
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>
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 e4eb76d..00393a1 100644 --- a/plugins/customwidget.h +++ b/plugins/customwidget.h @@ -52,7 +52,7 @@ public: private: QScopedPointer<PyCustomWidgetPrivate> m_data; - + QString m_name; }; #endif |