X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/ed0df8dc1fc9576e36c920882e7f4b00a2811113..956ebf71156ddca0301adc8a9ff87880cfa5dac9:/src/panels/information/phononwidget.cpp diff --git a/src/panels/information/phononwidget.cpp b/src/panels/information/phononwidget.cpp index 7f2ca9564..b6da339ea 100644 --- a/src/panels/information/phononwidget.cpp +++ b/src/panels/information/phononwidget.cpp @@ -25,15 +25,15 @@ #include #include -#include -#include -#include -#include +#include +#include +#include +#include -#include -#include -#include -#include +#include +#include +#include +#include class EmbeddedVideoPlayer : public Phonon::VideoPlayer { @@ -151,7 +151,7 @@ void PhononWidget::showEvent(QShowEvent *event) // Creating an audio player or video player instance might take up to // 2 seconds when doing it the first time. To prevent that the user - // interface gets noticable blocked, the creation is delayed until + // interface gets noticeable blocked, the creation is delayed until // the play button has been pressed (see PhononWidget::play()). } } @@ -191,6 +191,7 @@ void PhononWidget::play() } m_media = m_audioMedia; m_media->setCurrentSource(m_url); + m_media->play(); break; case Video: