camerauis/cameraxui/cxengine/src/cxefilesavethreadsymbian.cpp
changeset 58 ddba9caa7f32
parent 52 7e18d488ac5f
--- a/camerauis/cameraxui/cxengine/src/cxefilesavethreadsymbian.cpp	Fri Sep 03 11:00:58 2010 +0300
+++ b/camerauis/cameraxui/cxengine/src/cxefilesavethreadsymbian.cpp	Fri Sep 17 16:35:28 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2009-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -266,6 +266,8 @@
     // Releasing the snapshot if it exists.
     mSnapshots.remove(filename);
 
+    emit fileSaved(status, filename);
+
     CX_DEBUG_EXIT_FUNCTION();
 }