diff -r 24fd82631616 -r ccc0e7e3344f camerauis/cameraxui/cxengine/tsrc/fakeclasses/cxefakefilesavethread.cpp --- 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); }