DSVideoWidgetControl: Fix constructor order.

Change-Id: I804427867a0f400750ef1df423c89fb4948bb0a3
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
This commit is contained in:
Friedemann Kleint
2013-02-14 12:06:19 +01:00
committed by The Qt Project
parent 41dc5467bf
commit 033d5859d2

View File

@@ -112,7 +112,8 @@ void DSVideoWidgetSurface::paint(QPainter *painter)
DSVideoWidgetControl::DSVideoWidgetControl(DSCameraSession* session, QObject *parent) :
m_session(session), QVideoWidgetControl(parent),
QVideoWidgetControl(parent),
m_session(session),
m_widget(new QLabel()),
m_fullScreen(false)
{