diff options
author | Tom Cooksey <thomas.cooksey@nokia.com> | 2009-09-07 15:10:35 (GMT) |
---|---|---|
committer | Tom Cooksey <thomas.cooksey@nokia.com> | 2009-09-08 16:36:16 (GMT) |
commit | e3e7cf545116c194bd5cfe79b28ea37c8bf78219 (patch) | |
tree | 72696f91453009c79ac0729a07fd63f09b7bad15 /src/gui/kernel/qwidget.h | |
parent | 4feed48fdd738ed99cba86a4214e238a3e7275ed (diff) | |
download | Qt-e3e7cf545116c194bd5cfe79b28ea37c8bf78219.zip Qt-e3e7cf545116c194bd5cfe79b28ea37c8bf78219.tar.gz Qt-e3e7cf545116c194bd5cfe79b28ea37c8bf78219.tar.bz2 |
Make QGLWindowSurface use new QGLPaintDevice API
Diffstat (limited to 'src/gui/kernel/qwidget.h')
-rw-r--r-- | src/gui/kernel/qwidget.h | 1 |
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; |