aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/customwidget.h
diff options
context:
space:
mode:
authorRenato Araujo Oliveira Filho <renato.filho@openbossa.org>2010-12-20 18:55:02 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:48:01 -0300
commited10989ff23d95d20f361944a6deffbeced63a0d (patch)
tree2106db3380189ac199f0f39942b02c95b472de06 /plugins/customwidget.h
parent0d0cb0753edea1e209742c5777ca024b7a58b83a (diff)
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/customwidget.h b/plugins/customwidget.h
index e4eb76d7a..00393a1d5 100644
--- a/plugins/customwidget.h
+++ b/plugins/customwidget.h
@@ -52,7 +52,7 @@ public:
private:
QScopedPointer<PyCustomWidgetPrivate> m_data;
-
+ QString m_name;
};
#endif