From 4ca1f3ab96b6446bfc8277a6152e8bbca5815f44 Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Thu, 12 Jan 2012 10:42:07 +0100 Subject: [PATCH] initialize variable MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I4841dce8e85df608fd0e38f661301797a3857176 Reviewed-by: Samuel Rødal --- src/quick/items/qquickwindowmanager.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/quick/items/qquickwindowmanager.cpp b/src/quick/items/qquickwindowmanager.cpp index 1154f13..87867c8 100644 --- a/src/quick/items/qquickwindowmanager.cpp +++ b/src/quick/items/qquickwindowmanager.cpp @@ -152,6 +152,7 @@ public: : sg(QSGContext::createDefaultContext()) , gl(0) , animationTimer(-1) + , allowMainThreadProcessingFlag(false) , isGuiLocked(0) , animationRunning(false) , isPaintCompleted(false) -- 1.7.2.5