Initialize isAccessible to 0.
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>
Tue, 3 Jan 2012 12:58:12 +0000 (13:58 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 5 Jan 2012 13:50:53 +0000 (14:50 +0100)
Change-Id: Icf76fbd0bd8fba929e6238f556447761a4eb34c7
Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
src/qtquick1/graphicsitems/qdeclarativeitem_p.h

index 2dded11..376ca79 100644 (file)
@@ -131,7 +131,7 @@ public:
       componentComplete(true), keepMouse(false),
       smooth(false), transformOriginDirty(true), doneEventPreHandler(false),
       inheritedLayoutMirror(false), effectiveLayoutMirror(false), isMirrorImplicit(true),
-      inheritMirrorFromParent(false), inheritMirrorFromItem(false), keyHandler(0),
+      inheritMirrorFromParent(false), inheritMirrorFromItem(false), isAccessible(0), keyHandler(0),
       mWidth(0), mHeight(0), mImplicitWidth(0), mImplicitHeight(0), attachedLayoutDirection(0), hadSubFocusItem(false)
     {
         QGraphicsItemPrivate::acceptedMouseButtons = 0;