summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf
diff options
context:
space:
mode:
authorFrans Englich <frans.englich@nokia.com>2009-09-28 08:43:33 (GMT)
committerFrans Englich <frans.englich@nokia.com>2009-09-28 08:43:33 (GMT)
commit76f550e266062ef72ce826676c80cc2b441a93f5 (patch)
treeac1623f8129c4e7cbb8d595512578e90aeb3b6fa /src/3rdparty/phonon/mmf
parent90996b73d4f2983d6f721c205b5a0957d3a55aff (diff)
downloadQt-76f550e266062ef72ce826676c80cc2b441a93f5.zip
Qt-76f550e266062ef72ce826676c80cc2b441a93f5.tar.gz
Qt-76f550e266062ef72ce826676c80cc2b441a93f5.tar.bz2
Revert "Disable code, as we don't have the required code in QtGui."
This reverts commit 1062bbbcd6c30844d9ade10de80f27a3afd4dacf.
Diffstat (limited to 'src/3rdparty/phonon/mmf')
-rw-r--r--src/3rdparty/phonon/mmf/videooutput.cpp14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/3rdparty/phonon/mmf/videooutput.cpp b/src/3rdparty/phonon/mmf/videooutput.cpp
index f026555..e51fbcf 100644
--- a/src/3rdparty/phonon/mmf/videooutput.cpp
+++ b/src/3rdparty/phonon/mmf/videooutput.cpp
@@ -52,14 +52,12 @@ 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.
- //
- // The required code is currently not in QtGui.
- //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.
+ qt_widget_private(this)->extraData()->disableBlit = true;
dump();