From 367ab7e9a926aee408d060c9f46e0fe437d1604d Mon Sep 17 00:00:00 2001 From: Alexandros Dermenakis Date: Mon, 16 Jul 2012 13:08:09 +0200 Subject: Added a reserved data pointer in QPaintDevice. Change-Id: If547e5525635e7c76db7a02c7c0c300c87373a18 Reviewed-by: Gunnar Sletta --- src/gui/painting/qpaintdevice.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/painting/qpaintdevice.cpp') diff --git a/src/gui/painting/qpaintdevice.cpp b/src/gui/painting/qpaintdevice.cpp index afbd86601d..7952ee02eb 100644 --- a/src/gui/painting/qpaintdevice.cpp +++ b/src/gui/painting/qpaintdevice.cpp @@ -45,6 +45,7 @@ QT_BEGIN_NAMESPACE QPaintDevice::QPaintDevice() { + reserved = 0; painters = 0; } -- cgit v1.2.3