changeset 33 | 3e2da88830cd |
parent 22 | 79de32ba3296 |
--- a/src/3rdparty/phonon/mmf/abstractvideooutput.cpp Tue Jul 06 15:10:48 2010 +0300 +++ b/src/3rdparty/phonon/mmf/abstractvideooutput.cpp Wed Aug 18 10:37:55 2010 +0300 @@ -60,7 +60,8 @@ , m_aspectRatio(DefaultAspectRatio) , m_scaleMode(DefaultScaleMode) { - + // Ensure that this widget has a native window handle + winId(); } MMF::AbstractVideoOutput::~AbstractVideoOutput()