src/opengl/qglpaintdevice.cpp
branchRCL_3
changeset 8 3f74d0d4af4c
parent 4 3b1da2848fc7
equal deleted inserted replaced
6:dee5afe5301f 8:3f74d0d4af4c
   124 }
   124 }
   125 
   125 
   126 QGLFormat QGLPaintDevice::format() const
   126 QGLFormat QGLPaintDevice::format() const
   127 {
   127 {
   128     return context()->format();
   128     return context()->format();
       
   129 }
       
   130 
       
   131 bool QGLPaintDevice::alphaRequested() const
       
   132 {
       
   133     return context()->d_func()->reqFormat.alpha();
   129 }
   134 }
   130 
   135 
   131 
   136 
   132 
   137 
   133 
   138