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/gui/egl | |
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/gui/egl')
-rw-r--r-- | src/gui/egl/qeglcontext_p.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/egl/qeglcontext_p.h b/src/gui/egl/qeglcontext_p.h index cae8164..5bc8f09 100644 --- a/src/gui/egl/qeglcontext_p.h +++ b/src/gui/egl/qeglcontext_p.h @@ -107,6 +107,9 @@ private: static QEglContext *currentContext(QEgl::API api); static void setCurrentContext(QEgl::API api, QEglContext *context); + + friend class QMeeGoGraphicsSystem; + friend class QMeeGoPixmapData; }; QT_END_NAMESPACE |