DSVideoWidgetControl: Fix constructor order.
Change-Id: I804427867a0f400750ef1df423c89fb4948bb0a3 Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
41dc5467bf
commit
033d5859d2
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user