Initialize variable

Reviewed-by: Samuel
This commit is contained in:
Lars Knoll 2011-06-07 15:04:35 +02:00
parent 1928e633a5
commit 689ac3631d

View File

@ -68,6 +68,7 @@ public:
, surface(0)
, windowState(Qt::WindowNoState)
, maximumSize(QWINDOWSIZE_MAX, QWINDOWSIZE_MAX)
, modality(Qt::NonModal)
, transientParent(0)
{
isWindow = true;