DSVideoWidgetSurface: Pass on parent to base class.
authorFriedemann Kleint <Friedemann.Kleint@digia.com>
Thu, 14 Feb 2013 10:56:04 +0000 (11:56 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 14 Feb 2013 12:24:50 +0000 (13:24 +0100)
Change-Id: If4f2819a0767234e5fffeafe1ab038cbf13bdd2a
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
src/plugins/directshow/camera/dsvideowidgetcontrol.cpp

index d7a913d..9008cef 100644 (file)
@@ -48,6 +48,7 @@
 QT_BEGIN_NAMESPACE
 
 DSVideoWidgetSurface::DSVideoWidgetSurface(QLabel *pWidget, QObject *parent)
+    : QAbstractVideoSurface(parent)
 {
     widget = pWidget;
     myPixmap = 0;