camerauis/cameraxui/cxengine/inc/api/cxestillcapturecontrol.h
changeset 37 64817133cd1d
parent 21 fa6d9f75d6a6
--- a/camerauis/cameraxui/cxengine/inc/api/cxestillcapturecontrol.h	Wed Jun 23 17:59:54 2010 +0300
+++ b/camerauis/cameraxui/cxengine/inc/api/cxestillcapturecontrol.h	Tue Jul 06 14:04:02 2010 +0300
@@ -155,7 +155,7 @@
      * @param snapshot The snapshot image.
      * @param id       Id of the image this snapshot is for.
      */
-    void snapshotReady(CxeError::Id error, const QPixmap& snapshot, int id);
+    void snapshotReady(CxeError::Id error, const QImage &snapshot, int id);
     void imageCaptured(CxeError::Id error, int id);
 
     /**