diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2010-03-29 07:26:33 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2010-03-29 07:26:33 (GMT) |
commit | 780f0cf58d93babd4bbfb5d3d00156a96fc7dacb (patch) | |
tree | 48ebac3bcc23e85970a89da07fea1820fc95dce1 /src/opengl | |
parent | 91f47c01fa2e17f93af34597b135f30cb157dada (diff) | |
download | Qt-780f0cf58d93babd4bbfb5d3d00156a96fc7dacb.zip Qt-780f0cf58d93babd4bbfb5d3d00156a96fc7dacb.tar.gz Qt-780f0cf58d93babd4bbfb5d3d00156a96fc7dacb.tar.bz2 |
Export QGLContextResource for use with Qt/3D
Diffstat (limited to 'src/opengl')
-rw-r--r-- | src/opengl/qgl_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qgl_p.h b/src/opengl/qgl_p.h index 80217c0..191131e 100644 --- a/src/opengl/qgl_p.h +++ b/src/opengl/qgl_p.h @@ -578,7 +578,7 @@ inline GLenum qt_gl_preferredTextureTarget() } // One resource per group of shared contexts. -class Q_AUTOTEST_EXPORT QGLContextResource +class Q_OPENGL_EXPORT QGLContextResource { public: typedef void (*FreeFunc)(void *); |