camerauis/cameraxui/cxengine/tsrc/fakeclasses/cxefakevideocapturecontrol.cpp
changeset 37 64817133cd1d
parent 19 d9aefe59d544
--- a/camerauis/cameraxui/cxengine/tsrc/fakeclasses/cxefakevideocapturecontrol.cpp	Wed Jun 23 17:59:54 2010 +0300
+++ b/camerauis/cameraxui/cxengine/tsrc/fakeclasses/cxefakevideocapturecontrol.cpp	Tue Jul 06 14:04:02 2010 +0300
@@ -16,6 +16,7 @@
 */
 
 #include <QPixmap>
+#include <QImage>
 #include "cxefakequalitypresets.h"
 #include "cxefakevideocapturecontrol.h"
 #include "cxutils.h"
@@ -61,7 +62,7 @@
     CX_DEBUG_ENTER_FUNCTION();
 
     emit videoComposed(CxeError::None, filename());
-    emit snapshotReady(CxeError::None, snapshot(), filename());
+    emit snapshotReady(CxeError::None, QImage(), filename());
 
     CX_DEBUG_EXIT_FUNCTION();
 }