#include "VideoWidget.h" ///////////////// // constructor // ///////////////// VideoWidget::VideoWidget(QWidget *parent): QVideoWidget(parent) { } //////////////// // destructor // //////////////// VideoWidget::~VideoWidget() { }