summaryrefslogtreecommitdiffstats
path: root/src/opengl/qpixmapdata_gl_p.h
diff options
context:
space:
mode:
authorKim Motoyoshi Kalland <kim.kalland@nokia.com>2010-02-12 15:53:40 (GMT)
committerKim Motoyoshi Kalland <kim.kalland@nokia.com>2010-02-12 15:56:24 (GMT)
commit040151b51780084f3a2b764bab7e2359677eb0b1 (patch)
treec251bb56b21d1a42f0a41dbed4694ff06b6f084b /src/opengl/qpixmapdata_gl_p.h
parente5ee4c3c8a621c24117f004f4c137f8a531d7ea4 (diff)
downloadQt-040151b51780084f3a2b764bab7e2359677eb0b1.zip
Qt-040151b51780084f3a2b764bab7e2359677eb0b1.tar.gz
Qt-040151b51780084f3a2b764bab7e2359677eb0b1.tar.bz2
Moved 'hasAlpha' property from GL2 engine to GL paint device.
Got rid of an ugly switch statement. Reviewed-by: Tom
Diffstat (limited to 'src/opengl/qpixmapdata_gl_p.h')
-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 e3ba5f8..c239bcb 100644
--- a/src/opengl/qpixmapdata_gl_p.h
+++ b/src/opengl/qpixmapdata_gl_p.h
@@ -88,6 +88,7 @@ public:
void endPaint();
QGLContext* context() const;
QSize size() const;
+ bool alphaRequested() const;
void setPixmapData(QGLPixmapData*);
private: