diff options
author | Michael Dominic K <mdk@codethink.co.uk> | 2010-10-21 10:28:14 (GMT) |
---|---|---|
committer | Samuel Rødal <samuel.rodal@nokia.com> | 2010-10-21 12:59:55 (GMT) |
commit | 416974d8be2fede8679a56e989ef6ec3e6404aaa (patch) | |
tree | f3ca846797b5d74e17aa5eaec657a26c12c20395 /src/opengl | |
parent | 9624d70e5588bb1f6b0c894288c8ec3d4b3246c6 (diff) | |
download | Qt-416974d8be2fede8679a56e989ef6ec3e6404aaa.zip Qt-416974d8be2fede8679a56e989ef6ec3e6404aaa.tar.gz Qt-416974d8be2fede8679a56e989ef6ec3e6404aaa.tar.bz2 |
Major refactoring: creating a new QPixmapData subclass for live textures.
Moving code from qmeegopixmapdata there.
Merge-request: 2494
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
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 f000993..c0b223f 100644 --- a/src/opengl/qpixmapdata_gl_p.h +++ b/src/opengl/qpixmapdata_gl_p.h @@ -169,6 +169,7 @@ private: friend class QGLPixmapGLPaintDevice; friend class QMeeGoPixmapData; + friend class QMeeGoLivePixmapData; }; QT_END_NAMESPACE |