From ed10989ff23d95d20f361944a6deffbeced63a0d Mon Sep 17 00:00:00 2001 From: Renato Araujo Oliveira Filho Date: Mon, 20 Dec 2010 18:55:02 -0300 Subject: Fixed QtUiTools plugin. Removed use of static QString to store the class name. Fix bug #533. Reviewer: Marcelo Lira Hugo Parente Lima --- plugins/customwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/customwidget.h') 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 m_data; - + QString m_name; }; #endif -- cgit v1.2.3