summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-03-29 07:26:33 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-03-29 07:26:33 (GMT)
commit780f0cf58d93babd4bbfb5d3d00156a96fc7dacb (patch)
tree48ebac3bcc23e85970a89da07fea1820fc95dce1
parent91f47c01fa2e17f93af34597b135f30cb157dada (diff)
downloadQt-780f0cf58d93babd4bbfb5d3d00156a96fc7dacb.zip
Qt-780f0cf58d93babd4bbfb5d3d00156a96fc7dacb.tar.gz
Qt-780f0cf58d93babd4bbfb5d3d00156a96fc7dacb.tar.bz2
Export QGLContextResource for use with Qt/3D
-rw-r--r--src/opengl/qgl_p.h2
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 *);