DSVideoWidgetSurface: Pass on parent to base class.

Change-Id: If4f2819a0767234e5fffeafe1ab038cbf13bdd2a
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
This commit is contained in:
Friedemann Kleint
2013-02-14 11:56:04 +01:00
committed by The Qt Project
parent f326202c48
commit 21552ae9aa

View File

@@ -48,6 +48,7 @@
QT_BEGIN_NAMESPACE
DSVideoWidgetSurface::DSVideoWidgetSurface(QLabel *pWidget, QObject *parent)
: QAbstractVideoSurface(parent)
{
widget = pWidget;
myPixmap = 0;