Fix CLANG-warning about unused variable q_ptr.
authorFriedemann Kleint <Friedemann.Kleint@digia.com>
Tue, 16 Jul 2013 06:32:37 +0000 (08:32 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 24 Jul 2013 08:56:18 +0000 (10:56 +0200)
Change-Id: Ife2e8d38059dfff33f544587f8a8b6f6c8bc2a8b
Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
src/shared/qtpropertybrowser/qtvariantproperty.cpp

index 7acbe77..445ba49 100644 (file)
@@ -140,7 +140,6 @@ static QtProperty *wrappedProperty(QtProperty *property)
 
 class QtVariantPropertyPrivate
 {
-    QtVariantProperty *q_ptr;
 public:
     QtVariantPropertyPrivate(QtVariantPropertyManager *m) : manager(m) {}