camerauis/cameraxui/cxengine/tsrc/fakeclasses/cxefakefilesavethread.cpp
changeset 51 ccc0e7e3344f
parent 43 0e652f8f1fbd
--- a/camerauis/cameraxui/cxengine/tsrc/fakeclasses/cxefakefilesavethread.cpp	Fri Jul 23 11:35:41 2010 +0300
+++ b/camerauis/cameraxui/cxengine/tsrc/fakeclasses/cxefakefilesavethread.cpp	Wed Aug 18 14:02:45 2010 +0300
@@ -36,12 +36,20 @@
 
 void CxeFakeFileSaveThread::handleVideoSaved(CxeError::Id status, const QString &filename)
 {
+    Q_UNUSED(status);
+    Q_UNUSED(filename);
 }
 
 void CxeFakeFileSaveThread::handleSnapshotReady(CxeError::Id status, const QImage &snapshot, const QString &filename)
 {
+    Q_UNUSED(status);
+    Q_UNUSED(snapshot);
+    Q_UNUSED(filename);
 }
 
 void CxeFakeFileSaveThread::handleSnapshotReady(CxeError::Id status, const QImage &snapshot, int id)
 {
+    Q_UNUSED(status);
+    Q_UNUSED(snapshot);
+    Q_UNUSED(id);
 }