aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2011-11-28 09:40:34 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-28 16:16:29 +0100
commit76c387e091c0d1a9cd9f6a1330e820dad5916ad8 (patch)
tree844bb6abf323ad9f357126797dde0491d23edbb0 /src
parent26e450a35a40136423b49ef09b7370e01737ad0c (diff)
Fix unused variable warning in QSGContext constructor
Change-Id: I8b6fbc7765093e3ec98f5847d99dbb406ff71221 Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/declarative/scenegraph/qsgcontext.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/scenegraph/qsgcontext.cpp b/src/declarative/scenegraph/qsgcontext.cpp
index 50af0dadfa..fa07f91392 100644
--- a/src/declarative/scenegraph/qsgcontext.cpp
+++ b/src/declarative/scenegraph/qsgcontext.cpp
@@ -133,7 +133,6 @@ public:
QSGContext::QSGContext(QObject *parent) :
QObject(*(new QSGContextPrivate), parent)
{
- Q_D(QSGContext);
}