summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorTom Cooksey <thomas.cooksey@nokia.com>2009-09-07 15:10:35 (GMT)
committerTom Cooksey <thomas.cooksey@nokia.com>2009-09-08 16:36:16 (GMT)
commite3e7cf545116c194bd5cfe79b28ea37c8bf78219 (patch)
tree72696f91453009c79ac0729a07fd63f09b7bad15 /src/gui
parent4feed48fdd738ed99cba86a4214e238a3e7275ed (diff)
downloadQt-e3e7cf545116c194bd5cfe79b28ea37c8bf78219.zip
Qt-e3e7cf545116c194bd5cfe79b28ea37c8bf78219.tar.gz
Qt-e3e7cf545116c194bd5cfe79b28ea37c8bf78219.tar.bz2
Make QGLWindowSurface use new QGLPaintDevice API
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/kernel/qwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qwidget.h b/src/gui/kernel/qwidget.h
index 284558f..bd30cad 100644
--- a/src/gui/kernel/qwidget.h
+++ b/src/gui/kernel/qwidget.h
@@ -731,6 +731,7 @@ private:
friend class QGLContext;
friend class QGLWidget;
friend class QGLWindowSurface;
+ friend class QGLWindowSurfaceGLPaintDevice;
friend class QVGWindowSurface;
friend class QX11PaintEngine;
friend class QWin32PaintEngine;