camerauis/cameraxui/cxengine/tsrc/fakeclasses/cxefakefilesavethread.cpp
changeset 51 ccc0e7e3344f
parent 43 0e652f8f1fbd
equal deleted inserted replaced
45:24fd82631616 51:ccc0e7e3344f
    34 
    34 
    35 }
    35 }
    36 
    36 
    37 void CxeFakeFileSaveThread::handleVideoSaved(CxeError::Id status, const QString &filename)
    37 void CxeFakeFileSaveThread::handleVideoSaved(CxeError::Id status, const QString &filename)
    38 {
    38 {
       
    39     Q_UNUSED(status);
       
    40     Q_UNUSED(filename);
    39 }
    41 }
    40 
    42 
    41 void CxeFakeFileSaveThread::handleSnapshotReady(CxeError::Id status, const QImage &snapshot, const QString &filename)
    43 void CxeFakeFileSaveThread::handleSnapshotReady(CxeError::Id status, const QImage &snapshot, const QString &filename)
    42 {
    44 {
       
    45     Q_UNUSED(status);
       
    46     Q_UNUSED(snapshot);
       
    47     Q_UNUSED(filename);
    43 }
    48 }
    44 
    49 
    45 void CxeFakeFileSaveThread::handleSnapshotReady(CxeError::Id status, const QImage &snapshot, int id)
    50 void CxeFakeFileSaveThread::handleSnapshotReady(CxeError::Id status, const QImage &snapshot, int id)
    46 {
    51 {
       
    52     Q_UNUSED(status);
       
    53     Q_UNUSED(snapshot);
       
    54     Q_UNUSED(id);
    47 }
    55 }