summaryrefslogtreecommitdiffstats
path: root/src/opengl
diff options
context:
space:
mode:
authorTom Cooksey <thomas.cooksey@nokia.com>2010-04-30 11:50:10 (GMT)
committerTom Cooksey <thomas.cooksey@nokia.com>2010-04-30 11:57:44 (GMT)
commit468af8f1dd1c9bc98919e8f407c9676e880249f9 (patch)
treee8faf78886903413cfc04294ad265b0f707b8f10 /src/opengl
parent327f7c9b055bd6c0131eb92fc7bed58698cb83b0 (diff)
downloadQt-468af8f1dd1c9bc98919e8f407c9676e880249f9.zip
Qt-468af8f1dd1c9bc98919e8f407c9676e880249f9.tar.gz
Qt-468af8f1dd1c9bc98919e8f407c9676e880249f9.tar.bz2
Export QGLWindowSurface so it can be used by Lighthouse plugins
Diffstat (limited to 'src/opengl')
-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 9d17514..6bff109 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: