summaryrefslogtreecommitdiffstats
path: root/src/opengl
diff options
context:
space:
mode:
authorMichael Dominic K <mdk@codethink.co.uk>2010-10-21 10:28:14 (GMT)
committerSamuel Rødal <samuel.rodal@nokia.com>2010-10-21 12:59:55 (GMT)
commit416974d8be2fede8679a56e989ef6ec3e6404aaa (patch)
treef3ca846797b5d74e17aa5eaec657a26c12c20395 /src/opengl
parent9624d70e5588bb1f6b0c894288c8ec3d4b3246c6 (diff)
downloadQt-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.h1
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