diff options
author | Tom Cooksey <thomas.cooksey@nokia.com> | 2010-04-30 11:50:10 (GMT) |
---|---|---|
committer | Tom Cooksey <thomas.cooksey@nokia.com> | 2010-04-30 11:57:44 (GMT) |
commit | 468af8f1dd1c9bc98919e8f407c9676e880249f9 (patch) | |
tree | e8faf78886903413cfc04294ad265b0f707b8f10 /src/opengl | |
parent | 327f7c9b055bd6c0131eb92fc7bed58698cb83b0 (diff) | |
download | Qt-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.h | 2 |
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: |