diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-09-24 16:29:09 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-09-24 16:29:09 (GMT) |
commit | 1062bbbcd6c30844d9ade10de80f27a3afd4dacf (patch) | |
tree | de45ed974d87651f5338d6714519902dd6c10b30 /src/3rdparty | |
parent | 8391d6564f60476f64bb2077555d4cd03e519e47 (diff) | |
download | Qt-1062bbbcd6c30844d9ade10de80f27a3afd4dacf.zip Qt-1062bbbcd6c30844d9ade10de80f27a3afd4dacf.tar.gz Qt-1062bbbcd6c30844d9ade10de80f27a3afd4dacf.tar.bz2 |
Disable code, as we don't have the required code in QtGui.
Diffstat (limited to 'src/3rdparty')
-rw-r--r-- | src/3rdparty/phonon/mmf/videooutput.cpp | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/3rdparty/phonon/mmf/videooutput.cpp b/src/3rdparty/phonon/mmf/videooutput.cpp index e51fbcf..f026555 100644 --- a/src/3rdparty/phonon/mmf/videooutput.cpp +++ b/src/3rdparty/phonon/mmf/videooutput.cpp @@ -52,12 +52,14 @@ MMF::VideoOutput::VideoOutput(QWidget* parent) setAttribute(Qt::WA_NoSystemBackground, true); setAutoFillBackground(false); - // Causes QSymbianControl::Draw not to BitBlt this widget's region of the - // backing store. Since the backing store is (by default) a 16MU bitmap, - // blitting it results in this widget's screen region in the final - // framebuffer having opaque alpha values. This in turn causes the video - // to be invisible when running on the target device. - qt_widget_private(this)->extraData()->disableBlit = true; + // Causes QSymbianControl::Draw not to BitBlt this widget's region of the + // backing store. Since the backing store is (by default) a 16MU bitmap, + // blitting it results in this widget's screen region in the final + // framebuffer having opaque alpha values. This in turn causes the video + // to be invisible when running on the target device. + // + // The required code is currently not in QtGui. + //qt_widget_private(this)->extraData()->disableBlit = true; dump(); |