Multimedia: examples coding style unification
Change-Id: Iffae3a276bb2b01f871aee76dc069ce006d69fce Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
@@ -41,11 +41,11 @@
|
||||
#include "videoplayer.h"
|
||||
|
||||
#include <QtWidgets>
|
||||
#include <qvideosurfaceformat.h>
|
||||
#include <qgraphicsvideoitem.h>
|
||||
#include <QVideoSurfaceFormat>
|
||||
#include <QGraphicsVideoItem>
|
||||
|
||||
VideoPlayer::VideoPlayer(QWidget *parent, Qt::WindowFlags flags)
|
||||
: QWidget(parent, flags)
|
||||
VideoPlayer::VideoPlayer(QWidget *parent)
|
||||
: QWidget(parent)
|
||||
, mediaPlayer(0, QMediaPlayer::VideoSurface)
|
||||
, videoItem(0)
|
||||
, playButton(0)
|
||||
|
||||
Reference in New Issue
Block a user