summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/videowidget.h
diff options
context:
space:
mode:
authorGareth Stockwell <gareth.stockwell@sosco.com>2009-08-20 16:24:55 (GMT)
committerGareth Stockwell <gareth.stockwell@sosco.com>2009-08-20 16:24:55 (GMT)
commit2150242ddbe66c5d4c440599f1282580be013e61 (patch)
treed0eefc4aa67a121987f8b74822e558603d3cedc1 /src/3rdparty/phonon/mmf/videowidget.h
parentee990e2ed366a16605afb6a13edd9c59b1bcc33d (diff)
downloadQt-2150242ddbe66c5d4c440599f1282580be013e61.zip
Qt-2150242ddbe66c5d4c440599f1282580be013e61.tar.gz
Qt-2150242ddbe66c5d4c440599f1282580be013e61.tar.bz2
Started fleshing out the VideoPlayer implementation
Now loads, prepares and plays a clip, but the video is not visible because it's not yet wired up to a VideoWidget. Video 'playback' can be tested using the demos/mediaplayer application, but the menus are not displayed properly, so a video clip filename must be hardcoded in main.cpp and passed to the MediaPlayer constructor.
Diffstat (limited to 'src/3rdparty/phonon/mmf/videowidget.h')
-rw-r--r--src/3rdparty/phonon/mmf/videowidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/mmf/videowidget.h b/src/3rdparty/phonon/mmf/videowidget.h
index 1ed23e2..3c33a56 100644
--- a/src/3rdparty/phonon/mmf/videowidget.h
+++ b/src/3rdparty/phonon/mmf/videowidget.h
@@ -34,7 +34,7 @@ namespace Phonon
Q_INTERFACES(Phonon::VideoWidgetInterface)
public:
- VideoWidget();
+ VideoWidget(QWidget* parent);
~VideoWidget();
// VideoWidgetInterface