Fix unused variable warning in QSGContext constructor
authorKent Hansen <kent.hansen@nokia.com>
Mon, 28 Nov 2011 08:40:34 +0000 (09:40 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 28 Nov 2011 15:16:29 +0000 (16:16 +0100)
Change-Id: I8b6fbc7765093e3ec98f5847d99dbb406ff71221
Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>

src/declarative/scenegraph/qsgcontext.cpp

index 50af0da..fa07f91 100644 (file)
@@ -133,7 +133,6 @@ public:
 QSGContext::QSGContext(QObject *parent) :
     QObject(*(new QSGContextPrivate), parent)
 {
-    Q_D(QSGContext);
 }