summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl_p.h
diff options
context:
space:
mode:
authorMichael Dominic K <mdk@codethink.co.uk>2010-06-30 16:59:14 (GMT)
committerSamuel Rødal <samuel.rodal@nokia.com>2010-06-30 16:59:14 (GMT)
commit6a218a31de60ea6f3f75fb6df014ef7323a264d6 (patch)
tree7f58b6ae85fb37fe743a3540547f66e2027efe1e /src/opengl/qgl_p.h
parent01648005f1f546dc0281155fecd94b4f47a94584 (diff)
downloadQt-6a218a31de60ea6f3f75fb6df014ef7323a264d6.zip
Qt-6a218a31de60ea6f3f75fb6df014ef7323a264d6.tar.gz
Qt-6a218a31de60ea6f3f75fb6df014ef7323a264d6.tar.bz2
Export various symbols needed to make a custom GL graphicssystem.
Merge-request: 2422 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/opengl/qgl_p.h')
-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 b57972c..34a6b7c 100644
--- a/src/opengl/qgl_p.h
+++ b/src/opengl/qgl_p.h
@@ -415,7 +415,7 @@ public:
#if defined(Q_WS_X11) || defined(Q_WS_MAC) || defined(Q_WS_QWS)
static QGLExtensionFuncs qt_extensionFuncs;
- static QGLExtensionFuncs& extensionFuncs(const QGLContext *);
+ static Q_OPENGL_EXPORT QGLExtensionFuncs& extensionFuncs(const QGLContext *);
#endif
static void setCurrentContext(QGLContext *context);