From 689ac3631dee2cf83702584f13c96cd4281262a9 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 7 Jun 2011 15:04:35 +0200 Subject: Initialize variable Reviewed-by: Samuel --- src/gui/kernel/qwindow_p.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/kernel/qwindow_p.h b/src/gui/kernel/qwindow_p.h index c914f4aac9..5c971da6ba 100644 --- a/src/gui/kernel/qwindow_p.h +++ b/src/gui/kernel/qwindow_p.h @@ -68,6 +68,7 @@ public: , surface(0) , windowState(Qt::WindowNoState) , maximumSize(QWINDOWSIZE_MAX, QWINDOWSIZE_MAX) + , modality(Qt::NonModal) , transientParent(0) { isWindow = true; -- cgit v1.2.3