summaryrefslogtreecommitdiffstats
path: root/src/opengl
diff options
context:
space:
mode:
authorMichael Dominic K <mdk@codethink.co.uk>2010-06-25 14:22:50 (GMT)
committerSamuel Rødal <samuel.rodal@nokia.com>2010-06-25 14:22:50 (GMT)
commit02e44e7d93dd5336ab9415af98f2021e542eff31 (patch)
tree1862817000c5b34edcc76627b5d5903cdbb5a90d /src/opengl
parenta179ae5dd94d0c51ebbf7d5c5b8eef5b3099c163 (diff)
downloadQt-02e44e7d93dd5336ab9415af98f2021e542eff31.zip
Qt-02e44e7d93dd5336ab9415af98f2021e542eff31.tar.gz
Qt-02e44e7d93dd5336ab9415af98f2021e542eff31.tar.bz2
Export the QGLPixmapData so that we can override it in a custom graphics system.
Merge-request: 2422 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/opengl')
-rw-r--r--src/opengl/qpixmapdata_gl_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qpixmapdata_gl_p.h b/src/opengl/qpixmapdata_gl_p.h
index c239bcb..736a28e 100644
--- a/src/opengl/qpixmapdata_gl_p.h
+++ b/src/opengl/qpixmapdata_gl_p.h
@@ -96,7 +96,7 @@ private:
};
-class QGLPixmapData : public QPixmapData
+class Q_OPENGL_EXPORT QGLPixmapData : public QPixmapData
{
public:
QGLPixmapData(PixelType type);