src/gui/egl/qegl_symbian.cpp
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 30 5dc02b23752f
--- a/src/gui/egl/qegl_symbian.cpp	Fri Apr 16 15:50:13 2010 +0300
+++ b/src/gui/egl/qegl_symbian.cpp	Mon May 03 13:17:34 2010 +0300
@@ -96,7 +96,7 @@
     if (devType == QInternal::Image)
         setPixelFormat(static_cast<QImage *>(dev)->format());
     else
-        setPixelFormat(QImage::Format_RGB32);
+        setPixelFormat(QImage::Format_ARGB32);
 }