DSVideoWidgetSurface: Pass on parent to base class.
Change-Id: If4f2819a0767234e5fffeafe1ab038cbf13bdd2a Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
f326202c48
commit
21552ae9aa
@@ -48,6 +48,7 @@
|
|||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
DSVideoWidgetSurface::DSVideoWidgetSurface(QLabel *pWidget, QObject *parent)
|
DSVideoWidgetSurface::DSVideoWidgetSurface(QLabel *pWidget, QObject *parent)
|
||||||
|
: QAbstractVideoSurface(parent)
|
||||||
{
|
{
|
||||||
widget = pWidget;
|
widget = pWidget;
|
||||||
myPixmap = 0;
|
myPixmap = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user