summaryrefslogtreecommitdiffstats
path: root/demos/mediaplayer/mediaplayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'demos/mediaplayer/mediaplayer.cpp')
-rw-r--r--demos/mediaplayer/mediaplayer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/mediaplayer/mediaplayer.cpp b/demos/mediaplayer/mediaplayer.cpp
index 9504236..f3f4128 100644
--- a/demos/mediaplayer/mediaplayer.cpp
+++ b/demos/mediaplayer/mediaplayer.cpp
@@ -156,9 +156,11 @@ MediaPlayer::MediaPlayer(const QString &filePath) :
m_videoWidget->setObjectName("videoWidget");
#ifdef Q_OS_SYMBIAN
+/*
// setWindowTitle triggers creation of the window surface, so we set
// transparency here
setAttribute(Qt::WA_TranslucentBackground, true);
+*/
#endif
setWindowTitle(tr("Media Player"));