summaryrefslogtreecommitdiffstats
path: root/src/opengl/qwindowsurface_gl_p.h
diff options
context:
space:
mode:
authorMichael Dominic K <mdk@codethink.co.uk>2010-06-25 14:22:51 (GMT)
committerSamuel Rødal <samuel.rodal@nokia.com>2010-06-25 14:22:51 (GMT)
commit535adbb4954caff9d88dc57bdb57bd09b872ddf1 (patch)
tree81c6c6fc5c30450d1c67c148fe6aa3af7d585660 /src/opengl/qwindowsurface_gl_p.h
parent02e44e7d93dd5336ab9415af98f2021e542eff31 (diff)
downloadQt-535adbb4954caff9d88dc57bdb57bd09b872ddf1.zip
Qt-535adbb4954caff9d88dc57bdb57bd09b872ddf1.tar.gz
Qt-535adbb4954caff9d88dc57bdb57bd09b872ddf1.tar.bz2
Export QGLWindowSurface too.
Merge-request: 2422 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/opengl/qwindowsurface_gl_p.h')
-rw-r--r--src/opengl/qwindowsurface_gl_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qwindowsurface_gl_p.h b/src/opengl/qwindowsurface_gl_p.h
index 8ea714c..624236c 100644
--- a/src/opengl/qwindowsurface_gl_p.h
+++ b/src/opengl/qwindowsurface_gl_p.h
@@ -77,7 +77,7 @@ public:
QGLWindowSurfacePrivate* d;
};
-class QGLWindowSurface : public QObject, public QWindowSurface // , public QPaintDevice
+class Q_OPENGL_EXPORT QGLWindowSurface : public QObject, public QWindowSurface // , public QPaintDevice
{
Q_OBJECT
public: