diff -r 3075d9b614e6 -r 0e652f8f1fbd camerauis/cameraxui/cxengine/tsrc/fakeclasses/cxefakevideocapturecontrol.cpp --- a/camerauis/cameraxui/cxengine/tsrc/fakeclasses/cxefakevideocapturecontrol.cpp Thu May 13 21:30:19 2010 +0300 +++ b/camerauis/cameraxui/cxengine/tsrc/fakeclasses/cxefakevideocapturecontrol.cpp Thu Jul 15 01:55:05 2010 +0300 @@ -16,6 +16,7 @@ */ #include +#include #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(); }