X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=playermainwindow.cpp;h=33d001cdcb5d05b8a265a1845646c83f44ff6a27;hb=15692f7cc2f216addde246870089427ffda3acd5;hp=af879d1c8eccfaef65e804d11cd9d8d1a5c936dd;hpb=51ddb67013dd12e0907d944a2cd3f77e01e4d9cc;p=vlc-remote diff --git a/playermainwindow.cpp b/playermainwindow.cpp index af879d1..33d001c 100644 --- a/playermainwindow.cpp +++ b/playermainwindow.cpp @@ -69,13 +69,13 @@ #if defined(Q_WS_S60) || defined(Q_WS_MAEMO_5) mPlayListMainWindow->setParent(this); - mPlayListMainWindow->setAttribute(Qt::WA_Maemo5StackedWindow); - setAttribute(Qt::WA_Maemo5StackedWindow); + mPlayListMainWindow->setAttribute(Qt::WA_Maemo5StackedWindow, true); + setAttribute(Qt::WA_Maemo5StackedWindow, true); mPlayListMainWindow->setWindowFlags(mPlayListMainWindow->windowFlags() | Qt::Window); mBrowserMainWindow->setParent(this); - mBrowserMainWindow->setAttribute(Qt::WA_Maemo5StackedWindow); - setAttribute(Qt::WA_Maemo5StackedWindow); + mBrowserMainWindow->setAttribute(Qt::WA_Maemo5StackedWindow, true); + setAttribute(Qt::WA_Maemo5StackedWindow, true); mBrowserMainWindow->setWindowFlags(mBrowserMainWindow->windowFlags() | Qt::Window); connect(QApplication::desktop(), SIGNAL(resized(int)), this, SLOT(orientationChanged()));