summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2009-12-09 01:06:30 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2009-12-09 01:06:30 (GMT)
commitf59908d4a6edcd333a156d4c94ddbd9b30f7e810 (patch)
tree09044b26e519998394e0868dcd5c8e954b4e7d6c
parent62fac41edfff5e42e4c3308376cb08e5d9a10afe (diff)
downloadQt-f59908d4a6edcd333a156d4c94ddbd9b30f7e810.zip
Qt-f59908d4a6edcd333a156d4c94ddbd9b30f7e810.tar.gz
Qt-f59908d4a6edcd333a156d4c94ddbd9b30f7e810.tar.bz2
Export QGLShareRegister because qgl_share_reg() is exported
Reviewed-by: trustme
-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 179d69a..615fb60 100644
--- a/src/opengl/qgl_p.h
+++ b/src/opengl/qgl_p.h
@@ -397,7 +397,7 @@ public:
Q_DECLARE_OPERATORS_FOR_FLAGS(QGLExtensions::Extensions)
-class Q_AUTOTEST_EXPORT QGLShareRegister
+class Q_OPENGL_EXPORT QGLShareRegister
{
public:
QGLShareRegister() {}