Initial implementation of our own VideoPlayer declarative item
[harmattan/cameraplus] / declarative / camera.cpp
index 86ccaa4..f4e4a63 100644 (file)
@@ -75,6 +75,8 @@ Camera::Camera(QDeclarativeItem *parent) :
   m_videoTorch(0),
   m_config(new CameraConfig(this)) {
 
+  m_config->componentComplete();
+
   QObject::connect(m_vf, SIGNAL(renderAreaChanged()), this, SIGNAL(renderAreaChanged()));
   QObject::connect(m_vf, SIGNAL(videoResolutionChanged()), this, SIGNAL(videoResolutionChanged()));
   QObject::connect(m_vf, SIGNAL(renderingEnabledChanged()), this, SIGNAL(renderingEnabledChanged()));