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.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui/painting/qpaintdevice.h') diff --git a/src/gui/painting/qpaintdevice.h b/src/gui/painting/qpaintdevice.h index 4053e89a1c..6d3815c4c0 100644 --- a/src/gui/painting/qpaintdevice.h +++ b/src/gui/painting/qpaintdevice.h @@ -52,6 +52,7 @@ QT_BEGIN_NAMESPACE class QPaintEngine; +class QPaintDevicePrivate; class Q_GUI_EXPORT QPaintDevice // device for QPainter { @@ -98,6 +99,8 @@ protected: private: Q_DISABLE_COPY(QPaintDevice) + QPaintDevicePrivate *reserved; + friend class QPainter; friend class QPainterPrivate; friend class QFontEngineMac; -- cgit v1.2.3