diff options
author | Samuel Rødal <samuel.rodal@nokia.com> | 2010-09-06 07:54:59 (GMT) |
---|---|---|
committer | Samuel Rødal <samuel.rodal@nokia.com> | 2010-09-10 10:44:55 (GMT) |
commit | dc61fc45601000626169409443fdeac6a3cd31af (patch) | |
tree | a62e4919e4637f2152be5483b73098cb4e2fe426 /src/opengl | |
parent | 5d6ceabf3aa9d07f31f0a06d20b76c122973d3b9 (diff) | |
download | Qt-dc61fc45601000626169409443fdeac6a3cd31af.zip Qt-dc61fc45601000626169409443fdeac6a3cd31af.tar.gz Qt-dc61fc45601000626169409443fdeac6a3cd31af.tar.bz2 |
Fixed compilation and API of meego graphics system.
Diffstat (limited to 'src/opengl')
-rw-r--r-- | src/opengl/qpixmapdata_gl_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opengl/qpixmapdata_gl_p.h b/src/opengl/qpixmapdata_gl_p.h index 4cb67b0..f000993 100644 --- a/src/opengl/qpixmapdata_gl_p.h +++ b/src/opengl/qpixmapdata_gl_p.h @@ -168,6 +168,7 @@ private: mutable QGLPixmapGLPaintDevice m_glDevice; friend class QGLPixmapGLPaintDevice; + friend class QMeeGoPixmapData; }; QT_END_NAMESPACE |