diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-10-15 22:45:46 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-10-15 22:51:43 (GMT) |
commit | e7bd71fadbf4cd54e86616eda5dcd404b10c08c3 (patch) | |
tree | 0780bb2297b26e177427af2fb2a93dd368c46e8a /src/opengl/qglpaintdevice_p.h | |
parent | cdd181ddff47be15d396d05ca41d1ca11f8705fc (diff) | |
download | Qt-e7bd71fadbf4cd54e86616eda5dcd404b10c08c3.zip Qt-e7bd71fadbf4cd54e86616eda5dcd404b10c08c3.tar.gz Qt-e7bd71fadbf4cd54e86616eda5dcd404b10c08c3.tar.bz2 |
Remove unnecessary QWSGLPaintDevice now that we have QGLPaintDevice
Reviewed-by: Tom
Diffstat (limited to 'src/opengl/qglpaintdevice_p.h')
-rw-r--r-- | src/opengl/qglpaintdevice_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qglpaintdevice_p.h b/src/opengl/qglpaintdevice_p.h index 1e7ba8d..63ba5da 100644 --- a/src/opengl/qglpaintdevice_p.h +++ b/src/opengl/qglpaintdevice_p.h @@ -60,7 +60,7 @@ QT_BEGIN_NAMESPACE -class QGLPaintDevice : public QPaintDevice +class Q_OPENGL_EXPORT QGLPaintDevice : public QPaintDevice { public: QGLPaintDevice(); |