diff options
author | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-09-21 12:02:14 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-09-23 12:39:43 (GMT) |
commit | f247454316e7226f79ae38237992c6470afe278a (patch) | |
tree | 1f86eda0a7df73cab9e5b46089cd888ea586026d /demos | |
parent | da4e047c7bcf6dc966dcb862033ce8c09bd561d9 (diff) | |
download | Qt-f247454316e7226f79ae38237992c6470afe278a.zip Qt-f247454316e7226f79ae38237992c6470afe278a.tar.gz Qt-f247454316e7226f79ae38237992c6470afe278a.tar.bz2 |
Removed the WA_TranslucentWindowBackground hack from qmediaplayer
Diffstat (limited to 'demos')
-rw-r--r-- | demos/mediaplayer/mediaplayer.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/demos/mediaplayer/mediaplayer.cpp b/demos/mediaplayer/mediaplayer.cpp index f3f4128..868f6b1 100644 --- a/demos/mediaplayer/mediaplayer.cpp +++ b/demos/mediaplayer/mediaplayer.cpp @@ -155,14 +155,6 @@ MediaPlayer::MediaPlayer(const QString &filePath) : m_videoWindow.setObjectName("videoWindow"); 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")); setContextMenuPolicy(Qt::CustomContextMenu); m_videoWidget->setContextMenuPolicy(Qt::CustomContextMenu); |